Ticket #1907 (closed defect: fixed)
On FreeBSD, Twisted-10.2.0 does not close file descriptors in child processes
| Reported by: | dustin | Owned by: | dustin |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.4 |
| Version: | master | Keywords: | |
| Cc: |
Description
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Fix failure to close file descriptors on FreeBSD
On FreeBSD, Twisted-10.2.0 fails to close file descriptors in child processes if the fdescfs is not mounted at /dev/fd (and it often is not). This is fixed in Twisted bug #4881, and this commit represents a monkey-patch version of that fix.
Fixes #1907.