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.09:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441705011.89.0.198053589347.issue25026@psf.upfronthosting.co.za>
In-reply-to
Content
Originally the type of the code variable in fcntl_ioctl() was int. In cbad1f5cabb1 it was changed to unsigned int. I guess that the log message that you cited was written before this.
History
Date User Action Args
2015-09-08 09:36:51serhiy.storchakasetrecipients: + serhiy.storchaka, larry, koobs
2015-09-08 09:36:51serhiy.storchakasetmessageid: <1441705011.89.0.198053589347.issue25026@psf.upfronthosting.co.za>
2015-09-08 09:36:51serhiy.storchakalinkissue25026 messages
2015-09-08 09:36:51serhiy.storchakacreate