This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blueyed
Recipients blueyed
Date 2019-03-18.03:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552879829.66.0.950259936465.issue36335@roundup.psfhosted.org>
In-reply-to
Content
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 implementation would call is_skipped_module if there are any skip patterns, and return False otherwise.
History
Date User Action Args
2019-03-18 03:30:29blueyedsetrecipients: + blueyed
2019-03-18 03:30:29blueyedsetmessageid: <1552879829.66.0.950259936465.issue36335@roundup.psfhosted.org>
2019-03-18 03:30:29blueyedlinkissue36335 messages
2019-03-18 03:30:29blueyedcreate