Message338159
| 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:29 | blueyed | set | recipients: + blueyed |
| 2019-03-18 03:30:29 | blueyed | set | messageid: <1552879829.66.0.950259936465.issue36335@roundup.psfhosted.org> |
| 2019-03-18 03:30:29 | blueyed | link | issue36335 messages |
| 2019-03-18 03:30:29 | blueyed | create | |