Ticket #5643 enhancement new
Release the GIL around sendmsg and recvmsg
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description (last modified by exarkun) (diff)
twisted.python.sendmsg.send1msg and twisted.python.sendmsg.recv1msg wrap potentially blocking I/O syscalls. The GIL should be released while the syscalls are running.
Change History
Note: See
TracTickets for help on using
tickets.
