]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-121832: Assert that the version number of static builtin types is not chang...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jul 2024 17:34:01 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 17:34:01 +0000 (17:34 +0000)
commitaca41cfe992a3138325783b3a121ef2b92226abd
tree625c02c5364a8533eccf9c95512ede9710b2f19c
parentdd270f610c40037f298e55e7ec2e0637563a8cfc
[3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290)

Update datetime module and test_type_cache.py to not call PyType_Modified.

(cherry picked from commit e55b05f29ee62cd92b6b9990fd699b78f19432ba, AKA gh--122182)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Lib/test/test_type_cache.py
Modules/_datetimemodule.c
Objects/typeobject.c