[issue9020] 2.7: eval hangs on AIX because sizeof(char) == 32

Sridhar Ratnakumar report at bugs.python.org
Fri Jun 18 20:11:44 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

David, to answer your question "How does it behave with the head of the current 2.6 maintenance branch, by the way?", since this bug appears to be in Include/pyctype.h, which file was available only in 2.7+ and 3.x, I don't believe it will reproduce in 2.6 maint branch that doesn't even have pyctype.h.

I am also adding Eric Smith, the original author of pyctype.h that got added as a fix for issue5793, to this bug. 

Eric, I've attached a patch ... can you review it please?

----------
nosy: +eric.smith
versions: +Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9020>
_______________________________________


More information about the Python-bugs-list mailing list