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 vstinner
Recipients brett.cannon, eric.snow, grahamd, ncoghlan, serhiy.storchaka, steve.dower, vstinner
Date 2016-12-31.15:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483196998.93.0.79489010482.issue29102@psf.upfronthosting.co.za>
In-reply-to
Content
I would prefer to not use "fast" C types because they are not well supported. For example, ctypes has ctypes.c_int64 but no ctypes.c_int_fast64.

Previous work adding an unique identifier: PEP 509
https://www.python.org/dev/peps/pep-0509/#integer-overflow
History
Date User Action Args
2016-12-31 15:09:58vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, grahamd, eric.snow, serhiy.storchaka, steve.dower
2016-12-31 15:09:58vstinnersetmessageid: <1483196998.93.0.79489010482.issue29102@psf.upfronthosting.co.za>
2016-12-31 15:09:58vstinnerlinkissue29102 messages
2016-12-31 15:09:58vstinnercreate