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 h.venev
Recipients h.venev, mark.dickinson, rhettinger, skrah, vstinner
Date 2014-07-05.12:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404564714.4.0.688145774009.issue21922@psf.upfronthosting.co.za>
In-reply-to
Content
PyLongObject is a PyVarObject. It contains many mp_limb_t's. There is little overhead. For some operations if the result is in [-20;256] no memory will be allocated. There are special codepaths for 1-limb operations.

And I just finished GDB support.

Please test if it works for you.
History
Date User Action Args
2014-07-05 12:51:56h.venevsetrecipients: + h.venev, rhettinger, mark.dickinson, vstinner, skrah
2014-07-05 12:51:54h.venevsetmessageid: <1404564714.4.0.688145774009.issue21922@psf.upfronthosting.co.za>
2014-07-05 12:51:54h.venevlinkissue21922 messages
2014-07-05 12:51:54h.venevcreate