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 doko
Recipients doko, serhiy.storchaka, vstinner
Date 2015-04-01.17:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427910467.72.0.559977499751.issue23842@psf.upfronthosting.co.za>
In-reply-to
Content
so the culprit is an "optimization":

"Committed to 2.7 with small change: stat() and makedev() should return int instead of long if possible."

the test case however expects a long. st_dev is now not always a long, but an int or long depending on the value.
History
Date User Action Args
2015-04-01 17:47:47dokosetrecipients: + doko, vstinner, serhiy.storchaka
2015-04-01 17:47:47dokosetmessageid: <1427910467.72.0.559977499751.issue23842@psf.upfronthosting.co.za>
2015-04-01 17:47:47dokolinkissue23842 messages
2015-04-01 17:47:47dokocreate