Message 181561 - Python tracker (original) (raw)
Message181561
Author | skrah |
---|---|
Recipients | eric.snow, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah |
Date | 2013-02-06.19:10:56 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1360177856.68.0.831008329732.issue5308@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Theoretically int may be 16 bits (C99): 5.2.4.2.1 Sizes of integer types <limits.h> -- maximum value for an object of type int INT_MAX +32767 // 2**15 − 1 I agree that Python wouldn't compile on such a platform anyway. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-02-06 19:10:56 | skrah | set | recipients: + skrah, rhettinger, mark.dickinson, pitrou, eric.snow, serhiy.storchaka |
2013-02-06 19:10:56 | skrah | set | messageid: 1360177856.68.0.831008329732.issue5308@psf.upfronthosting.co.za |
2013-02-06 19:10:56 | skrah | link | issue5308 messages |
2013-02-06 19:10:56 | skrah | create |