[issue36494] bdb: should set f_trace_lines = True

2019-03-31 Thread daniel hahler


Change by daniel hahler :


--
keywords: +patch
pull_requests: +12572
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36494] bdb: should set f_trace_lines = True

2019-03-31 Thread daniel hahler


New submission from daniel hahler :

bdb.Bdb.set_trace should set "f_trace_lines = True" on frames explicitly.

Otherwise they might be skipped if something else has set it to False already, 
e.g. via a suggested change for coverage.py to set this for performance reasons 
(https://github.com/nedbat/coveragepy/pull/791).

--
messages: 339259
nosy: blueyed
priority: normal
severity: normal
status: open
title: bdb: should set f_trace_lines = True
versions: Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com