]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141563: Fix test_cext on Windows (#144677)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Feb 2026 17:27:44 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 17:27:44 +0000 (17:27 +0000)
commiteb6d0e0b2b9f1cc36fb2b7e396bf3100214b3e09
treec34dbf3e6874ba85e40de89f19e96da3938e6684
parentb4a620d2d74ce6aef9c9a404353c701ca8d45028
gh-141563: Fix test_cext on Windows (#144677)

The 'module' argument is now always needed to call the test_datetime
method.
Lib/test/test_cext/extension.c