mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #16481: Merge
This commit is contained in:
commit
8f7c4b8a85
2 changed files with 3 additions and 0 deletions
|
@ -233,6 +233,7 @@ else:
|
|||
self.returncode = None
|
||||
self._handle = hp
|
||||
self.sentinel = int(hp)
|
||||
util.Finalize(self, _winapi.CloseHandle, (self.sentinel,))
|
||||
|
||||
# send information to child
|
||||
Popen._tls.process_handle = int(hp)
|
||||
|
|
|
@ -127,6 +127,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16481: multiprocessing no longer leaks process handles on Windows.
|
||||
|
||||
- Issue #12428: Add a pure Python implementation of functools.partial().
|
||||
Patch by Brian Thorne.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue