]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-107834)
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>
Thu, 10 Aug 2023 15:55:47 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 15:55:47 +0000 (15:55 +0000)
commit16dcce21768ba381996a88ac8c255bf1490b3680
treeb3a2fb78427046927e4180f2b21c81d2b2b29301
parente4275f4df36a7cdd58cd4daa7d65b1947a2593d3
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-107834)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C API/2023-08-10-11-12-25.gh-issue-107810.oJ40Qx.rst [new file with mode: 0644]
Objects/typeobject.c