]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 5 Jul 2022 18:52:33 +0000 (19:52 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 18:52:33 +0000 (19:52 +0100)
commit5e24c80b948da6995990296cf262d9eae265e8ec
treeca0c20c8012eea7e14d34c7f1488587b88977b05
parentfd34bfe48444fdb22ff1ae78941cf621854b351f
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>.
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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