Skip to content

Commit f519e33

Browse files
committed
add news entry
1 parent 7c110c8 commit f519e33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Add missing `__class_getitem__` method to the Python implementation of
2+
:func:`functools.partial`, to make it compatible with the C version. This is
3+
mainly relevant for alternative Python implementations like PyPy and
4+
GraalPy, because CPython will usually use the C-implementation of that
5+
function.

0 commit comments

Comments
 (0)