[issue33622] Fix errors handling in the garbage collector

2018-05-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9044cd675902b438bc500908e410382ff48299d8 by Serhiy Storchaka in branch '2.7': [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096) https://github.com/python/cpython/commit/9044cd675902b438bc500908e410382ff48299d8

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f0e04b2ae27a4da940a76ae522f0438f80ce5d5a by Serhiy Storchaka in branch '3.6': [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095) https://github.com/python/cpython/commit/f0e04b2ae27a4da940a76ae522f0438f80ce5d5a --

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread miss-islington
miss-islington added the comment: New changeset 2fe940c727802ad54cff9486c658bc38743f7bfc by Miss Islington (bot) in branch '3.7': bpo-33622: Fix issues with handling errors in the GC. (GH-7078) https://github.com/python/cpython/commit/2fe940c727802ad54cff9486c658bc38743f7bfc -- nosy:

[issue33622] Fix errors handling in the garbage collector

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

[issue33622] Fix errors handling in the garbage collector

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

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +6730 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 301e3cc8a5bc68c5347ab6ac6f83428000d31ab2 by Serhiy Storchaka in branch 'master': bpo-33622: Fix issues with handling errors in the GC. (GH-7078) https://github.com/python/cpython/commit/301e3cc8a5bc68c5347ab6ac6f83428000d31ab2 -- ___

[issue33622] Fix errors handling in the garbage collector

2018-05-24 Thread Antoine Pitrou
Change by Antoine Pitrou : -- priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33622] Fix errors handling in the garbage collector

2018-05-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: Fix and improve errors handling in the garbage collector -> Fix errors handling in the garbage collector ___ Python tracker ___ _