]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)
authorneonene <53406459+neonene@users.noreply.github.com>
Thu, 13 Jun 2024 18:05:03 +0000 (03:05 +0900)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 18:05:03 +0000 (12:05 -0600)
commit50a389565aa0b480792ed06a2ab56fb5a72fc2d8
tree7a0d815edb80d7d3e64110dd88738b14648c7dd5
parentc2d810b6d4deeea530648a8d0983e3a2adf6c942
gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)

Check if the DateTime C-API type matches the datetime.date type on main and shared/isolated subinterpreters.
Lib/test/datetimetester.py
Lib/test/support/__init__.py
Modules/_testcapi/datetime.c