mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
merge
This commit is contained in:
commit
0676caf660
3 changed files with 31 additions and 19 deletions
|
|
@ -127,6 +127,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16469: Fix exceptions from float -> Fraction and Decimal -> Fraction
|
||||
conversions for special values to be consistent with those for float -> int
|
||||
and Decimal -> int. Patch by Alexey Kachayev.
|
||||
|
||||
- Issue #16481: multiprocessing no longer leaks process handles on Windows.
|
||||
|
||||
- Issue #12428: Add a pure Python implementation of functools.partial().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue