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 neologix
Recipients amaury.forgeotdarc, eric.smith, neologix, pitrou
Date 2011-03-03.19:50:25
SpamBayes Score 1.4297956e-05
Marked as misclassified No
Message-id <AANLkTimKbugaAe3b+Q5mpEA4K8A0-2vTmNTfWOCb_Sx6@mail.gmail.com>
In-reply-to <AANLkTikqqtH+Jop6jYMf57LM34r_99cSR7_-PkvxQd6P@mail.gmail.com>
Content
Attached is a patch removing useless calls to
Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS for several posix
functions.
It's straigthforward, but since I only have Linux boxes, I couldn't
test it under Windows.
Files
File name Uploaded
gil_release_py3k.diff neologix, 2011-03-03.19:50:25
History
Date User Action Args
2011-03-03 19:50:26neologixsetrecipients: + neologix, amaury.forgeotdarc, pitrou, eric.smith
2011-03-03 19:50:25neologixlinkissue11382 messages
2011-03-03 19:50:25neologixcreate