[issue36335] Factor out / add bdb.Bdb.is_skipped_frame

2019-03-17 Thread daniel hahler
Change by daniel hahler : -- keywords: +patch pull_requests: +12347 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36335] Factor out / add bdb.Bdb.is_skipped_frame

2019-03-17 Thread daniel hahler
New submission from daniel hahler : In https://bugs.python.org/issue36130 is_skipped_module was changed to handle frames without __name__, but I think it makes sense being able to skip e.g. frames on frame.f_code.co_name then. Factoring out is_skipped_frame allows for this. The default imple