Update functools for 3.14 (#14002)

This commit is contained in:
Max Muoto
2025-05-10 21:09:02 -07:00
committed by GitHub
parent 58367a50d5
commit 0f3ff0874c
2 changed files with 59 additions and 22 deletions
+3 -7
View File
@@ -124,13 +124,6 @@ fnmatch.filterfalse
fractions.Fraction.__pow__
fractions.Fraction.__rpow__
fractions.Fraction.from_number
functools.__all__
functools.Placeholder
functools.WRAPPER_ASSIGNMENTS
functools.partialmethod.__new__
functools.reduce
functools.update_wrapper
functools.wraps
gzip.GzipFile.readinto
gzip.GzipFile.readinto1
gzip.compress
@@ -269,6 +262,9 @@ types.UnionType.__mro_entries__
types.UnionType.__name__
types.UnionType.__qualname__
# Assigning `__new__` causes `func` not to get recognized.
functools.partialmethod.__new__
# ====================================
# Pre-existing errors from Python 3.13
# ====================================