Ticket #5643 enhancement new

Opened 14 months ago

Last modified 14 months ago

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

1

Changed 14 months ago by exarkun

  • description modified (diff)
Note: See TracTickets for help on using tickets.