[issue1646068] Dict lookups fail if sizeof(Py_ssize_t) < sizeof(long)
Antoine Pitrou
report at bugs.python.org
Tue Jan 22 20:40:59 CET 2008
Antoine Pitrou added the comment:
The patch looks fine, but why isn't an union used instead of trying to
figure out the longest of both types?
----------
nosy: +pitrou
_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1646068>
_____________________________________
More information about the Python-bugs-list
mailing list