]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
authorSam Gross <colesbury@gmail.com>
Thu, 4 Apr 2024 18:10:46 +0000 (14:10 -0400)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 18:10:46 +0000 (14:10 -0400)
commit42205143f8b3211d1392f1d9f2cf6717bdaa5b47
tree0f1c7cb3e548bd1fd726d27aa59486534e5af29d
parentde5ca0bf71760aad8f2b8449c89242498bff64c8
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_capi/test_mem.py
Lib/test/test_cext/__init__.py
Lib/test/test_concurrent_futures/test_process_pool.py
Lib/test/test_concurrent_futures/test_thread_pool.py
Lib/test/test_gc.py