[issue33026] Fix jumping out of "with" block

2018-03-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 26c9f565d016db21257a60d29ab2c99383dd5ac7 by Serhiy Storchaka in branch 'master': bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) https://github.com/python/cpython/commit/26c9f565d016db21257a60d29ab2c99383dd5ac7 ---

[issue32338] Save OrderedDict import in re

2018-03-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b931bd0a2fe7e9293339019352baf3317166b769 by Serhiy Storchaka in branch 'master': bpo-32338: OrderedDict import is no longer needed in re. (#4891) https://github.com/python/cpython/commit/b931bd0a2fe7e9293339019352baf3317166b769 -- __

[issue32338] Save OrderedDict import in re

2018-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +5833 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33026] Fix jumping out of "with" block

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

[issue32338] Save OrderedDict import in re

2018-03-10 Thread miss-islington
miss-islington added the comment: New changeset 39441fce0218a3f51a80cf17aa179a32651a02f6 by Miss Islington (bot) in branch '3.7': bpo-32338: OrderedDict import is no longer needed in re. (GH-4891) https://github.com/python/cpython/commit/39441fce0218a3f51a80cf17aa179a32651a02f6 -- no

[issue32337] Dict order is now guaranteed, so add tests and doc for it

2018-03-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mail

[issue32338] Save OrderedDict import in re

2018-03-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: -Dict order is now guaranteed, so add tests and doc for it resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33026] Fix jumping out of "with" block

2018-03-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 04aadf23eac51fec2e436c5960c1362bbb7d03de by Serhiy Storchaka in branch '3.7': [3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (#6074) https://github.com/python/cpython/commit/04aadf23eac51fec2e436c5960c1362bbb7

[issue33026] Fix jumping out of "with" block

2018-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +5835 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33026] Fix jumping out of "with" block

2018-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +5836 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

<    1   2