This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, docs@python, mark.dickinson
Date 2010-06-27.00:53:44
SpamBayes Score 0.08887544
Marked as misclassified No
Message-id <1277600028.16.0.686508987886.issue9089@psf.upfronthosting.co.za>
In-reply-to
Content
See http://docs.python.org/dev/py3k/c-api/number.html#PyNumber_Int

I also noticed some left-over references to intobject in the comments in the py3k tree:

Include/longobject.h:61:/* For use by intobject.c only */
Modules/xxmodule.c:13:   intobject.h for an example. */
Objects/floatobject.c:24:/* Special free list -- see comments for same code in intobject.c. */
Objects/frameobject.c:394:   integers are allocated in a special way -- see intobject.c).  When
PCbuild/pythoncore.vcproj:758:				RelativePath="..\Include\intobject.h"
History
Date User Action Args
2010-06-27 00:53:49belopolskysetrecipients: + belopolsky, mark.dickinson, docs@python
2010-06-27 00:53:48belopolskysetmessageid: <1277600028.16.0.686508987886.issue9089@psf.upfronthosting.co.za>
2010-06-27 00:53:45belopolskylinkissue9089 messages
2010-06-27 00:53:45belopolskycreate