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 koobs, larry, serhiy.storchaka
Date 2015-09-08.07:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441697058.7.0.782712674138.issue25026@psf.upfronthosting.co.za>
In-reply-to
Content
You need just replace unsigned_int with unsigned_long in Clinic declaration for fcntl.ioctl in Modules/fcntlmodule.c and regenerate Clinic code (make clinic).
History
Date User Action Args
2015-09-08 07:24:18serhiy.storchakasetrecipients: + serhiy.storchaka, larry, koobs
2015-09-08 07:24:18serhiy.storchakasetmessageid: <1441697058.7.0.782712674138.issue25026@psf.upfronthosting.co.za>
2015-09-08 07:24:18serhiy.storchakalinkissue25026 messages
2015-09-08 07:24:18serhiy.storchakacreate