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 tzickel
Recipients bmerry, malin, methane, tzickel
Date 2020-03-18.06:42:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584513726.0.0.727236937124.issue39974@roundup.psfhosted.org>
In-reply-to
Content
Regarding getting the buffer and releasing the GIL, if it's wrong, why not fix other places in the code that do it, like:

https://github.com/python/cpython/blob/611836a69a7a98bb106b4d315ed76a1e17266f4f/Modules/posixmodule.c#L9619

The GIL is released, the syscall might be blocking, and iov contains pointers to buffers ?
History
Date User Action Args
2020-03-18 06:42:06tzickelsetrecipients: + tzickel, methane, malin, bmerry
2020-03-18 06:42:06tzickelsetmessageid: <1584513726.0.0.727236937124.issue39974@roundup.psfhosted.org>
2020-03-18 06:42:05tzickellinkissue39974 messages
2020-03-18 06:42:05tzickelcreate