diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-24 20:09:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 20:09:23 +0200 |
commit | 995f4c48e11349fbfb9233e02b732d4534d3008e (patch) | |
tree | 12c92635d65f8db3b54f34b486641252e63a2c47 /Python/generated_cases.c.h | |
parent | fa6933e035ba81ae3ed6ceac61b901a3d52b1e30 (diff) | |
download | cpython-995f4c48e11349fbfb9233e02b732d4534d3008e.tar.gz cpython-995f4c48e11349fbfb9233e02b732d4534d3008e.zip |
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
The decorator now requires to be called with parenthesis:
@support.requires_legacy_unicode_capi()
instead of:
@support.requires_legacy_unicode_capi
The implementation now only imports _testcapi when the decorator is
called, so "import test.support" no longer imports the _testcapi
extension.
Diffstat (limited to 'Python/generated_cases.c.h')
0 files changed, 0 insertions, 0 deletions