]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 5 Jul 2022 19:02:43 +0000 (21:02 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 19:02:43 +0000 (21:02 +0200)
commit5f4a16b2913ac84ccaab95b50dd4b0e7fbc58ec2
treea417ba17d510a1732c23bd41eff752c95ebddb19
parent552fc9a9acd81694bee2001f68ba155315360cfa
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 40d81fd63b46cf998880ce3bf3e5cb42bc3199c1)
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