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 luks
Recipients
Date 2006-10-08.00:26:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is a few system I/O calls in the mmap module that
can take some time. Would be be possible to put
Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around
these to release the GIL and allow other Python threads
to do their work?
History
Date User Action Args
2008-01-20 09:59:50adminlinkissue1572968 messages
2008-01-20 09:59:50admincreate