[issue30197] Enhance swap_attr() and swap_item() in test.support

2020-10-06 Thread Will Chill
Change by Will Chill : Removed file: https://bugs.python.org/file49498/March 23rd 2017.htm ___ Python tracker ___ ___ Python-bugs-list maili

[issue30197] Enhance swap_attr() and swap_item() in test.support

2020-10-06 Thread Will Chill
Will Chill added the comment: Thought I'd send -- nosy: +wburchill7 Added file: https://bugs.python.org/file49498/March 23rd 2017.htm ___ Python tracker ___ __

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 941ea53b5776aaeb9dc1026e482a4ce5c5768830 by Serhiy Storchaka in branch '2.7': [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) https://github.com/python/cpython/commit/941ea53b5776aaeb9dc1026e4

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 910ba937e90ffe3aa154a5b27dc7e2c3d3c88d1f by Serhiy Storchaka in branch '3.5': [3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) (#1346) https://github.com/python/cpython/commit/910ba937e90ffe3aa154a5b27dc7e

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 712114b3f9f5f98f03c66a80607b6f7101c5cc90 by Serhiy Storchaka in branch '3.6': [3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (GH-1341) (#1345) https://github.com/python/cpython/commit/712114b3f9f5f98f03c66a80607

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1459 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1458 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1457 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83 by Victor Stinner (Serhiy Storchaka) in branch 'master': bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) https://github.com/python/cpython/commit/d1a1def7bf221b04dcf3fc3a6

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1452 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30197] Enhance swap_attr() and swap_item() in test.support

2017-04-28 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch adds two features to functions swap_attr() and swap_item() in the test.support module. 1. They now work (rather than failing in __exit__) when delete the attribute or item inside the with block. There were several cases when I refused to use