summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys_setprofile.py
Commit message (Expand)AuthorAgeFilesLines
* gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...Tian Gao2023-11-021-12/+17
* gh-100762: Fix optimization in gen_close (#111069)Irit Katriel2023-10-251-4/+0
* gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)Tian Gao2023-10-091-0/+19
* gh-109371: Fix monitoring with instruction events set (gh-109385)Tian Gao2023-09-181-1/+12
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-1/+0
* gh-98257: Make _PyEval_SetTrace() reentrant (#98258)Victor Stinner2022-10-191-6/+2
* gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...Pablo Galindo Salgado2022-07-051-0/+39
* bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461)Jeroen Demeyer2019-05-221-0/+9
* bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895)Windson yang2019-04-221-2/+2
* bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)jdemeyer2018-09-191-0/+18
* bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)jdemeyer2018-07-211-0/+16
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-10/+1
* PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-231-1/+0
* use assertion methodsBenjamin Peterson2010-10-171-2/+2
* disable the garbage collector while collecting traces, so that __del__s don't...Benjamin Peterson2010-10-171-3/+12
* remove rather pointless testBenjamin Peterson2010-10-171-8/+0
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+385