]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126255: Ignore warning about JIT being deactivated when perf support is active...
authormpage <mpage@cs.stanford.edu>
Fri, 1 Nov 2024 23:10:58 +0000 (16:10 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 23:10:58 +0000 (23:10 +0000)
commitf0c6fccd08904787a39269367f09f263d496114c
tree1a12e809be9f39c6c668c96b100fbf2a7bbf5c67
parent8477951a1c460ff9b7dc7c54e7bf9b66b1722459
gh-126255: Ignore warning about JIT being deactivated when perf support is active in `test_embed.InitConfigTests.test_initconfig_api` (#126302)

Temporarily ignore warnings about JIT deactivation when perf support is active.
This will be reverted as soon as a way is found to determine at run time whether the interpreter was built with JIT. Currently, this is not possible on Windows.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_embed.py
Lib/test/test_perf_profiler.py
Python/pylifecycle.c
Python/sysmodule.c