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 jcea, serhiy.storchaka
Date 2014-12-22.16:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419265967.39.0.476973737849.issue23098@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch against 3.5. Unsigned bitwise int converter is used for dev_t because dev_t can be unsigned (and it is on Linux). This is not ideal solution, there is no overflow check, but at least it should work for correct code.
History
Date User Action Args
2014-12-22 16:32:47serhiy.storchakasetrecipients: + serhiy.storchaka, jcea
2014-12-22 16:32:47serhiy.storchakasetmessageid: <1419265967.39.0.476973737849.issue23098@psf.upfronthosting.co.za>
2014-12-22 16:32:47serhiy.storchakalinkissue23098 messages
2014-12-22 16:32:47serhiy.storchakacreate