index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sys_settrace.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42645: Make sure that return/break/continue are only traced once when exi...
Mark Shannon
2020-12-16
1
-0/+113
*
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...
Mark Shannon
2020-12-15
1
-3/+9
*
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...
Mark Shannon
2020-12-14
1
-0/+26
*
Don't generate spurious line number in try-except-finally. (#23760)
Mark Shannon
2020-12-14
1
-0/+17
*
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)
Mark Shannon
2020-11-12
1
-1/+1
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-4/+14
*
bpo-41670: Remove outdated predict macro invocation. (GH-22026)
Mark Shannon
2020-09-29
1
-0/+17
*
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon
2020-07-30
1
-2/+2
*
bpo-40228: More robust frame.setlineno. (GH-19437)
Mark Shannon
2020-04-29
1
-18/+17
*
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Pablo Galindo
2020-01-10
1
-0/+76
*
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
Pablo Galindo
2020-01-02
1
-0/+45
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
1
-1/+1
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-3/+3
*
bpo-37500: Make sure dead code does not generate bytecode but also detect syn...
Pablo Galindo
2019-07-15
1
-7/+41
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+1
*
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Serhiy Storchaka
2018-03-23
1
-6/+64
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+55
*
bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110)
Serhiy Storchaka
2018-03-18
1
-0/+117
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
1
-11/+57
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-0/+28
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-17/+41
*
bpo-32416: Add two new tests in test_sys_settrace. (#5072)
Serhiy Storchaka
2018-01-01
1
-8/+30
*
Fix minor spelling error in test_sys_settrace.py. (#5025)
gfyoung
2017-12-28
1
-1/+1
*
bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991)
Serhiy Storchaka
2017-12-26
1
-248/+405
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-4/+52
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+9
|
\
|
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
1
-0/+9
*
|
Replace noop constant statement with expression
Victor Stinner
2016-02-08
1
-2/+2
|
/
*
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson
2014-12-13
1
-0/+11
*
#17413: make sure settrace funcs get passed exception instances for 'value'.
R David Murray
2013-04-19
1
-0/+23
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
merge 3.2 (#14612)
Benjamin Peterson
2012-04-18
1
-0/+11
|
\
\
|
|
/
|
*
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...
Benjamin Peterson
2012-04-18
1
-0/+11
*
|
Merge from 3.2
Amaury Forgeot d'Arc
2011-10-05
1
-2/+2
|
\
\
|
|
/
|
*
Enable the only tests for sys.gettrace
Amaury Forgeot d'Arc
2011-10-05
1
-2/+2
*
|
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-0/+10
|
/
*
Issue #9315: Renamed test_trace to test_sys_settrace and
Alexander Belopolsky
2010-07-25
1
-0/+790