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 brian.curtin, serhiy.storchaka
Date 2013-01-02.15:32:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357140777.81.0.151859871717.issue16841@psf.upfronthosting.co.za>
In-reply-to
Content
st_dev field of stat() result was set as signed long or long long, but now it is unsigned long on Windows (see issue11939). The proposed patch uses appropriate conversion for it.
History
Date User Action Args
2013-01-02 15:32:57serhiy.storchakasetrecipients: + serhiy.storchaka, brian.curtin
2013-01-02 15:32:57serhiy.storchakasetmessageid: <1357140777.81.0.151859871717.issue16841@psf.upfronthosting.co.za>
2013-01-02 15:32:57serhiy.storchakalinkissue16841 messages
2013-01-02 15:32:57serhiy.storchakacreate