File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 1.3.1 2025-01-15
1+ 1.3.1 2025-01-16
22================
33
44* Revise breakpoint handling; Breakpoints now use code objects, not (possibly ambiguous) function names
55* Fix bugs in detecting when stopped at a ` def ` and in ` nextlineno() `
66* Better information when current frame is inside a builtin ` eval ` or ` exec ` call
77* Fix some of the many disasm spec problems.
8- * Go over " eval", " skip", " step", " jump" and " autoeval" documentation
8+ * Go over ` eval ` , ` skip ` , ` step ` , ` jump ` and ` autoeval ` documentation
99* Guard against invalid frame indexing in backtrace
1010* Suggest import when a function is not found in getting a location
1111* Improve "info frame", for example opcode, add opcode source line
1212* Allow breakpoints in a not-frozen module
13- * Improve print_location handling via deparsing (in older Python versions*
13+ * Improve print_location handling via deparsing (in older Python versions)
1414* Tolerate missing keys in settings lookup.
1515* Temporary file name is now based on some of the deparsed text (when we can deparse)
1616
17171.3.0 2024-11-13
1818================
1919
20- * Less overhead and faster execution of " continue" and " next" (when
20+ * Less overhead and faster execution of ` continue ` and ` next ` (when
2121 possible) using improvements recently made to pytracer.
2222* Support prompt-toolkit as an input interface. This is now the default
2323 on newer Pythons. Command completion is less featurefull than GNU readline
You can’t perform that action at this time.
0 commit comments