]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)
authorsobolevn <mail@sobolevn.me>
Fri, 30 Aug 2024 07:36:51 +0000 (10:36 +0300)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 07:36:51 +0000 (10:36 +0300)
commitf8a736b8e14ab839e1193cb1d3955b61c316d048
treee47187056538c2135f4f6b21df752f8740ec1e3f
parent32c7dbb2bc58bee953622fc5ac24aad123f0d8f2
gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)
Lib/test/test_descr.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-29-13-18-18.gh-issue-123446.KWDrgq.rst [new file with mode: 0644]
Objects/typeobject.c