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 schuppenies
Recipients schuppenies
Date 2008-08-26.20:52:00
SpamBayes Score 0.0052403496
Marked as misclassified No
Message-id <1219783923.07.0.717830637968.issue3690@psf.upfronthosting.co.za>
In-reply-to
Content
sys.getsizeof returns wrong results for bool objects in Python 3000.
Although bool objects use the same datatype as long objects, they are
allocated differently. Thus, the inherited long_sizeof implementation is
incorrect. The applied patch addresses this issue.
History
Date User Action Args
2008-08-26 20:52:03schuppeniessetrecipients: + schuppenies
2008-08-26 20:52:03schuppeniessetmessageid: <1219783923.07.0.717830637968.issue3690@psf.upfronthosting.co.za>
2008-08-26 20:52:02schuppenieslinkissue3690 messages
2008-08-26 20:52:02schuppeniescreate