Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
GH-108446 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
The decorator now requires to be called:
instead of:
The implementation now only imports _testcapi when the decorator is called, so "import test.support" no longer imports the _testcapi extension.