]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148450: `abc.register` needs to update `type_version` when `tp_flags` is changed...
authorHai Zhu <haiizhu@outlook.com>
Sat, 23 May 2026 08:25:44 +0000 (16:25 +0800)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 08:25:44 +0000 (13:55 +0530)
commite7eaed56149aa08f7fd5012784cc1deef8e483de
treeaac156709ebc3219380e19c8d313c65bbd8a37dc
parent82191c6d2cdacad6751262a40a44d2cd6d390977
gh-148450: `abc.register` needs to update `type_version` when `tp_flags` is changed (#148623)
Lib/test/test_type_cache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-15-15-48-04.gh-issue-148450.2MEVqH.rst [new file with mode: 0644]
Objects/typeobject.c