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 corona10
Recipients corona10, serhiy.storchaka, vstinner
Date 2019-09-24.18:14:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569348855.48.0.735036515408.issue38265@roundup.psfhosted.org>
In-reply-to
Content
I've found this comments. // TODO length should be size_t! but Python doesn't support parsing size_t yet. (https://github.com/python/cpython/blob/279f44678c8b84a183f9eeb85e0b086228154497/Modules/posixmodule.c#L8830) I don't know when this comment was created. But at this point, it seems to provide that functionality. It can be simply solved through the clinic. How about updating this argument to be size_t and remove the TODO comment?
History
Date User Action Args
2019-09-24 18:14:15corona10setrecipients: + corona10, vstinner, serhiy.storchaka
2019-09-24 18:14:15corona10setmessageid: <1569348855.48.0.735036515408.issue38265@roundup.psfhosted.org>
2019-09-24 18:14:15corona10linkissue38265 messages
2019-09-24 18:14:15corona10create