python / cpython

The Python programming language
https://www.python.org/
Other
60.86k stars 29.37k forks source link

Adapt `TestStaticTypes` to use `@no_rerun` #119667

Open sobolevn opened 1 month ago

sobolevn commented 1 month ago

Feature or enhancement

Refs https://github.com/python/cpython/pull/119660

Right now this class re-implements @no_rerun decorator: https://github.com/python/cpython/blob/2da0dc094fa855ed4df251aab58b6f8a2b6969a1/Lib/test/test_capi/test_misc.py#L2832-L2842

It is worth fixing. I will send a PR.

sobolevn commented 1 month ago

Blocker: https://github.com/python/cpython/pull/119675