summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_lltrace.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)Inada Naoki2021-04-061-1/+1
| | | | | | | | | | | | * Fix _sitebuiltins * Fix test_inspect * Fix test_interpreters * Fix test_io * Fix test_iter * Fix test_json * Fix test_linecache * Fix test_lltrace * Fix test_logging * Fix logging
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-031-4/+4
|
* bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)costypetrisor2018-07-311-0/+31
Fix a crash on negative STACKADJ() when Low-Level trace (LLTRACE) is enabled.