Changes between and of Initial VersionVersion 1Ticket #5643
- Timestamp:
- 04/12/2012 05:24:41 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5643 – description
initial v1 1 These are potentially blocking I/O syscalls. This means the GIL should be released while theyare running.1 `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.
