summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_lltrace.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-1/+1
| | | * Remove UNARY_POSITIVE, LIST_TO_TUPLE and ASYNC_GEN_WRAP, replacing them with intrinsics.
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-021-2/+2
|
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
|
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-251-4/+4
|
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-161-5/+5
|
* gh-91462: Make lltrace output human-readable. (GH-91463)Dennis Sweeney2022-04-161-8/+89
| | | | | | * Transform opcodes into opnames * Print the whole stack at each opcode, and eliminate prtrace output at each (push/pop/stackadj) * Display info about the function at each resume_frame
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
| | | | | Fix typos in the Lib directory as identified by codespell. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* 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.