[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread Łukasz Langa
Łukasz Langa added the comment: Confirmed this fixed refleaks in test_typing. Backported to all branches listed on the issue. Thanks for super-effective debugging and the fix, Pablo! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread miss-islington
miss-islington added the comment: New changeset ac8f72cd3ffa24f53c558911947c42316865683c by Miss Islington (bot) in branch '3.10': bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 0a423096e8d8bbe22c0fb0904f7520387a8d4247 by Miss Islington (bot) in branch '3.8': bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652)

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset ed718e9b07df06ea1abbe7b34c649e9d610adf86 by Miss Islington (bot) in branch '3.9': bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26147 pull_request: https://github.com/python/cpython/pull/27653 ___ Python tracker ___

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset a40675c659cd8c0699f85ee9ac31660f93f8c2f5 by Pablo Galindo Salgado in branch 'main': bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +26146 pull_request: https://github.com/python/cpython/pull/27652 ___ Python tracker ___

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +26145 pull_request: https://github.com/python/cpython/pull/27651 ___ Python tracker

[issue44856] Possible reference leak in error paths of update_bases() and __build_class__

2021-08-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- title: Possible reference leak in error paths of update_bases() -> Possible reference leak in error paths of update_bases() and __build_class__ ___ Python tracker