Message 181572 - Python tracker (original) (raw)
Message181572
Author | mark.dickinson |
---|---|
Recipients | eric.snow, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah |
Date | 2013-02-06.20:25:23 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1360182323.12.0.506997078785.issue5308@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
> Do I have to support such a case in the code? No, I don't see any need for that: after all, you're making the code *more* portable by replacing those occurrences of INT_MAX with 0x7fffffff. :-) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-02-06 20:25:23 | mark.dickinson | set | recipients: + mark.dickinson, rhettinger, pitrou, skrah, eric.snow, serhiy.storchaka |
2013-02-06 20:25:23 | mark.dickinson | set | messageid: 1360182323.12.0.506997078785.issue5308@psf.upfronthosting.co.za |
2013-02-06 20:25:23 | mark.dickinson | link | issue5308 messages |
2013-02-06 20:25:23 | mark.dickinson | create |