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 koobs
Recipients koobs, larry, serhiy.storchaka
Date 2015-09-08.07:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441697391.82.0.598223625423.issue25026@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the insight Serhiy. A few questions ..

Is clinic code updated based on *.c declarations at build time? If not when/how is the best place/method to run this for our ports/package builds?

Does your suggestion to switch unsigned_int to unsigned_long imply that the following lines are no longer necessary?

-    if (PyArg_ParseTuple(args, "O&Iw#|i:ioctl",
+    if (PyArg_ParseTuple(args, "O&kw#|i:ioctl",

How do we get something like this fixed upstream for FreeBSD/OSX?

If left un-patched, what is the impact on the user/system? Just a warning on console?
History
Date User Action Args
2015-09-08 07:29:51koobssetrecipients: + koobs, larry, serhiy.storchaka
2015-09-08 07:29:51koobssetmessageid: <1441697391.82.0.598223625423.issue25026@psf.upfronthosting.co.za>
2015-09-08 07:29:51koobslinkissue25026 messages
2015-09-08 07:29:51koobscreate