[issue4910] Remove uses of nb_long slot, and rename to nb_reserved.

Mark Dickinson report at bugs.python.org
Mon Jan 12 11:14:59 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

That was a pretty poor patch.  Here's a better one:

 - added Misc/NEWS entry
 - added tests to check that __long__ is never called
 - removed Modules/_struct.c change, in the interests of
   keeping the patch focused.

Added file: http://bugs.python.org/file12697/issue4910_1a.patch

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


More information about the Python-bugs-list mailing list