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 brett.cannon, python-dev, serhiy.storchaka
Date 2014-11-10.09:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4768917.HceDDsXM8H@raxxla>
In-reply-to <1415582730.98.0.736682457269.issue22821@psf.upfronthosting.co.za>
Content
> Fixed in 3.5 as part of 6e6532d313a1 as it was easier to integrate it as
> part of the Clinic patch.

6e6532d313a1 has introduced other bug ("l" was parsed to int). Changed to "I" 
for reasons described in the comment in fcntl_ioctl_impl().
History
Date User Action Args
2014-11-10 09:31:58serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, python-dev
2014-11-10 09:31:58serhiy.storchakalinkissue22821 messages
2014-11-10 09:31:58serhiy.storchakacreate