]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8184: Fix a potential file descriptor leak when a
authorCharles-François Natali <neologix@free.fr>
Sat, 4 Feb 2012 14:12:08 +0000 (15:12 +0100)
committerCharles-François Natali <neologix@free.fr>
Sat, 4 Feb 2012 14:12:08 +0000 (15:12 +0100)
commitedc67feaa40765e9827a75f6304801d2373898bc
treef7214e0e8a7b13d95d1cde9f0bf8712e825343c8
parentd85d0e724714d76c8ab8b42f5293313d1bd3784d
Issue #8184: Fix a potential file descriptor leak when a
multiprocessing.Connection socket can't be bound.
Lib/multiprocessing/connection.py