]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 5 Jul 2022 18:18:47 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 18:18:47 +0000 (20:18 +0200)
commit40d81fd63b46cf998880ce3bf3e5cb42bc3199c1
tree16784196332e1bdd8a4a94984e4ec516ba0a1e67
parent5f319308a820f49fec66fc3ade50bbaa9fe2105d
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_sys_setprofile.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Library/2022-07-02-19-46-30.gh-issue-94510.xOatDC.rst [new file with mode: 0644]
Modules/_lsprof.c
Python/ceval.c