diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-03 06:56:21 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-03 06:56:21 -0500 |
commit | 31c8dbfcf45cd6bbb0f7d47c5b0e69d5948c122c (patch) | |
tree | e665beaeefee3fea44d380e38274f7b379a203ea /coverage/control.py | |
parent | 65a9b1a16c9b1c38e890213ff7008416cc915158 (diff) | |
download | python-coveragepy-31c8dbfcf45cd6bbb0f7d47c5b0e69d5948c122c.tar.gz |
Simplify stack management in CTracer
"file_data" used to be borrowed from data, but that was confusing. Now it's
owned. We used to have a struct member which was a copy of the current stack
entry. That just made it harder to reason about reference counting. Now we
have a pointer to the entry on the stack.
Diffstat (limited to 'coverage/control.py')
0 files changed, 0 insertions, 0 deletions