Message 284395 - Python tracker
Message284395
| 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:58 | vstinner | set | recipients: + vstinner, brett.cannon, ncoghlan, grahamd, eric.snow, serhiy.storchaka, steve.dower |
| 2016-12-31 15:09:58 | vstinner | set | messageid: <1483196998.93.0.79489010482.issue29102@psf.upfronthosting.co.za> |
| 2016-12-31 15:09:58 | vstinner | link | issue29102 messages |
| 2016-12-31 15:09:58 | vstinner | create | |