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 skrah
Recipients pitrou, skrah
Date 2012-04-07.11:29:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120407112910.GA540@sleipnir.bytereef.org>
In-reply-to <1333796139.51.0.465726080972.issue14520@psf.upfronthosting.co.za>
Content
It isn't implemented at all. The Python version also always returns 96,
irrespective of the coefficient length. Well, arguably the coefficient
is a separate object in the Python version:

96
>>> sys.getsizeof(d._int)
212

For the C version I'll do the same as in longobject.c.
History
Date User Action Args
2012-04-07 11:29:11skrahsetrecipients: + skrah, pitrou
2012-04-07 11:29:10skrahlinkissue14520 messages
2012-04-07 11:29:10skrahcreate