]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 11 Apr 2023 10:53:06 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 10:53:06 +0000 (11:53 +0100)
commit55c99d97e14618dfce41472dd4446f763b0da13f
tree457a036aa57a59204105937c6cba43f3ce6ba288
parente071f00aaefae9eccf787d5c50396c26c8616483
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
Doc/whatsnew/3.12.rst
Include/internal/pycore_pyerrors.h
Lib/test/test_functools.py
Lib/test/test_subclassinit.py
Misc/NEWS.d/next/Core and Builtins/2023-04-09-22-21-57.gh-issue-77757._Ow-u2.rst [new file with mode: 0644]
Objects/typeobject.c
Python/codecs.c
Python/errors.c