Message 308959 - Python tracker (original) (raw)

Message308959

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-12-23.17:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1514049243.28.0.213398074469.issue32416@psf.upfronthosting.co.za
In-reply-to
Content
Proposed PR refactors existing tests for the f_lineno setter and adds few new tests. This will help to avoid regressions in . I have found that some illegal jumps are not prohibited. They can lead to crashes or weird behavior. For example jumps to or from the bare except block. This will be fixed in a separate issue.
History
Date User Action Args
2017-12-23 17:14:03 serhiy.storchaka set recipients: + serhiy.storchaka
2017-12-23 17:14:03 serhiy.storchaka set messageid: 1514049243.28.0.213398074469.issue32416@psf.upfronthosting.co.za
2017-12-23 17:14:03 serhiy.storchaka link issue32416 messages
2017-12-23 17:14:03 serhiy.storchaka create