Skip to content

Commit 25924ec

Browse files
Update Misc/NEWS.d/next/Library/2026-08-17-11-35-48.gh-issue-105250.wNaXOE.rst
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
1 parent f22a1a5 commit 25924ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Library/2026-08-17-11-35-48.gh-issue-105250.wNaXOE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Fix a difference in behavior between the C and pure Python implementations of
22
:mod:`pickle` when unpickling with the ``NEWOBJ`` and ``NEWOBJ_EX`` opcodes:
33
the C implementation now performs an attribute lookup of ``cls.__new__`` when
44
the class has a custom metaclass, so that a metaclass ``__getattribute__``
5-
hook observes the lookup as documented.
5+
hook observes the lookup as documented. Patched by Chaewon Kim

0 commit comments

Comments
 (0)