Skip to content

[3.15] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) - #155290

Merged
hugovk merged 2 commits into
python:3.15from
miss-islington:backport-c3aefdb-3.15
Aug 14, 2026
Merged

[3.15] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262)#155290
hugovk merged 2 commits into
python:3.15from
miss-islington:backport-c3aefdb-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

bigmemtest(), bigaddrspacetest() and no_rerun() returned a wrapper named
"wrapper", so a decorator applied on top of them could not identify the test.
(cherry picked from commit c3aefdb)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com

…pythonGH-155262)

bigmemtest(), bigaddrspacetest() and no_rerun() returned a wrapper named
"wrapper", so a decorator applied on top of them could not identify the test.
(cherry picked from commit c3aefdb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@hugovk
hugovk merged commit 042df0a into python:3.15 Aug 14, 2026
51 checks passed
@miss-islington
miss-islington deleted the backport-c3aefdb-3.15 branch August 14, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants