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 yselivanov
Recipients Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-05.04:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454645075.56.0.555415188993.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching another approach -- fastint5.patch.

Similar to what fastint4.patch does, but doesn't export any new APIs.  Instead, similarly to abstract.c, it uses type slots directly.
History
Date User Action Args
2016-02-05 04:04:35yselivanovsetrecipients: + yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, skrah, Yury.Selivanov, serhiy.storchaka, josh.r, zbyrne
2016-02-05 04:04:35yselivanovsetmessageid: <1454645075.56.0.555415188993.issue21955@psf.upfronthosting.co.za>
2016-02-05 04:04:35yselivanovlinkissue21955 messages
2016-02-05 04:04:35yselivanovcreate