[ python-Feature Requests-1572968 ] release GIL while doing I/O operations in the mmap module

SourceForge.net noreply at sourceforge.net
Sun Oct 8 02:26:31 CEST 2006


Feature Requests item #1572968, was opened at 2006-10-08 02:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1572968&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Lukas Lalinsky (luks)
Assigned to: Nobody/Anonymous (nobody)
Summary: release GIL while doing I/O operations in the mmap module

Initial Comment:
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?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1572968&group_id=5470


More information about the Python-bugs-list mailing list