]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-121832: Assert that the version number of static builtin types is not changed...
authorMark Shannon <mark@hotpy.org>
Wed, 24 Jul 2024 09:22:51 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 09:22:51 +0000 (10:22 +0100)
commite55b05f29ee62cd92b6b9990fd699b78f19432ba
treee175ba94684baa7abbfad0fb73c4b3826ca4d132
parentb3b7b7d46a4549f818aa8f99ff577678b2fdd967
GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified. (GH-122182)

Update datetime module and test_type_cache.py to not call PyType_Modified.
Lib/test/test_type_cache.py
Modules/_datetimemodule.c
Objects/typeobject.c