]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 7 Jun 2024 17:44:56 +0000 (13:44 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 17:44:56 +0000 (11:44 -0600)
commite6076d1e1303c3cc14bc02baf607535af2cf1501
tree30630958c7164479d688739bf3eba9d17b4c98b7
parent242c7498e5a889b47847fb6f0f133ce461fa7e24
gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy.  Plus, it looks like the refleaks we had encountered before have been resolved.
Lib/test/datetimetester.py
Lib/test/support/__init__.py