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 xdegaye
Recipients eryksun, mba, serhiy.storchaka, steve.dower, vstinner, xdegaye, xiang.zhang
Date 2017-05-18.11:45:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495107911.22.0.981017290906.issue29619@psf.upfronthosting.co.za>
In-reply-to
Content
> The same kind of fix could also be applied elsewhere in posixmodule.c

By also adding a Py_BUILD_ASSERT() statement which is a welcome improvement on the previous code that allowed to pinpoint the problem on Android.
History
Date User Action Args
2017-05-18 11:45:11xdegayesetrecipients: + xdegaye, vstinner, serhiy.storchaka, eryksun, steve.dower, xiang.zhang, mba
2017-05-18 11:45:11xdegayesetmessageid: <1495107911.22.0.981017290906.issue29619@psf.upfronthosting.co.za>
2017-05-18 11:45:11xdegayelinkissue29619 messages
2017-05-18 11:45:11xdegayecreate