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 serhiy.storchaka
Recipients Arfrever, Mark.Shannon, do1, georg.brandl, larry, loewis, mark.dickinson, ned.deily, pitrou, python-dev, serhiy.storchaka, skrah, vstinner
Date 2013-04-15.19:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366053984.84.0.886364175755.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
>* The most common case (no overflow) is now first.  In Serhiy's patch
>  the most common case is buried in the middle of the second "if".

It's because my implementation is a simplified version of more complicated patch for issue2005, which supports signed uid_t and sizeof(uid_t) > sizeof(long). And this support can be added if necessary.
History
Date User Action Args
2013-04-15 19:26:24serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, mark.dickinson, pitrou, vstinner, larry, ned.deily, Arfrever, skrah, Mark.Shannon, python-dev, do1
2013-04-15 19:26:24serhiy.storchakasetmessageid: <1366053984.84.0.886364175755.issue15301@psf.upfronthosting.co.za>
2013-04-15 19:26:24serhiy.storchakalinkissue15301 messages
2013-04-15 19:26:24serhiy.storchakacreate