Ticket #6216 defect closed fixed
twisted.names.client doesn't close '/etc/resolv.conf'
| Reported by: | duffy151 | Owned by: | glyph |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | fs@…, borko84@… | Branch: | branches/close-resolve-conf-6216 |
| Author: | glyph | Launchpad Bug: |
Description
in maybeParseConfig(), /etc/resolv.conf is opened but never closed. In PyPy this can lead to out of file descriptor errors until the gc collects them.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

