[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 439ce8a93936d92e4f10765c482195a28e93ec76 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073) https://github.com/python/cpython/commit/439ce8a93936d92e4f10765c482195a28

[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2de47ca109d0418c7c01e451b5614f748ad76ee9 by Serhiy Storchaka (Miss Islington (bot)) in branch '2.7': bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) https://github.com/python/cpython/commit/2de47ca109d0418c7c01e451b5614f748

[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4948 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e8ed96550c6aa9a1e39c36e67e892994e25e2c41 by Serhiy Storchaka in branch 'master': bpo-32416: Add two new tests in test_sys_settrace. (#5072) https://github.com/python/cpython/commit/e8ed96550c6aa9a1e39c36e67e892994e25e2c41 --

[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4947 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue32416] Refactor and add new tests for the f_lineno setter

2018-01-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4946 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset c60eca06adda4900e6b469d989e6082cda3a3004 by Serhiy Storchaka in branch '2.7': [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017) https://github.com/python/cpython/commit/c60eca06adda4900e6b469d989e608

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ea98eba3465fff2b191610cea253d43000c84b4a by Serhiy Storchaka in branch '3.6': [3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5016) https://github.com/python/cpython/commit/ea98eba3465fff2b191610cea253d4

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4907 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4906 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 53f9135667226f33e049e327db60fb033afbd77a by Serhiy Storchaka in branch 'master': bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) https://github.com/python/cpython/commit/53f9135667226f33e049e327db60fb033afbd77a --

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4879 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue32416] Refactor and add new tests for the f_lineno setter

2017-12-23 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Proposed PR refactors existing tests for the f_lineno setter and adds few new tests. This will help to avoid regressions in issue17611. I have found that some illegal jumps are not prohibited. They can lead to crashes or weird behavior. For example jumps