[issue43108] test_curses is leaking references

2021-02-15 Thread STINNER Victor
STINNER Victor added the comment: The funny part is that the bug was there for 4 years. It's good that Serhiy added new tests to allow to catch this old bug! commit f7eae0adfcd4c50034281b2c69f461b43b68db84 Author: Serhiy Storchaka Date: Wed Jun 28 08:30:06 2017 +0300 [security] bpo-13

[issue43108] test_curses is leaking references

2021-02-15 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset ede1ff226c9ef4efd053109c69b4e33f75b2b17b by Miss Islington (bot) in branch '3.8': bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429) https://github.com/python/cpython/commit/ede1ff226c9ef4efd053109c69b4e33f75b2b17b

[issue43108] test_curses is leaking references

2021-02-03 Thread miss-islington
miss-islington added the comment: New changeset 12bfc595c49ef9681265407fe33b53b7a3623abc by Miss Islington (bot) in branch '3.9': bpo-43108: Fix a reference leak in the curses module (GH-24420) https://github.com/python/cpython/commit/12bfc595c49ef9681265407fe33b53b7a3623abc -- ___

[issue43108] test_curses is leaking references

2021-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +23240 pull_request: https://github.com/python/cpython/pull/24430 ___ Python tracker ___ __

[issue43108] test_curses is leaking references

2021-02-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +23239 pull_request: https://github.com/python/cpython/pull/24429 ___ Python tracker _

[issue43108] test_curses is leaking references

2021-02-02 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43108] test_curses is leaking references

2021-02-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset bb739ec922c6992a2be38f9fd3c544c2cc322dde by Pablo Galindo in branch 'master': bpo-43108: Fix a reference leak in the curses module (GH-24420) https://github.com/python/cpython/commit/bb739ec922c6992a2be38f9fd3c544c2cc322dde --

[issue43108] test_curses is leaking references

2021-02-02 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +23235 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24420 ___ Python tracker __

[issue43108] test_curses is leaking references

2021-02-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: d64fd4bb5bb4fd2e3277f39d3ad99b5a8d193e1b is the first bad commit commit d64fd4bb5bb4fd2e3277f39d3ad99b5a8d193e1b Author: Serhiy Storchaka Date: Sun Jan 31 17:22:27 2021 +0200 bpo-43016: Rewrite tests for curses (GH-24312) Lib/test/test_curses.p

[issue43108] test_curses is leaking references

2021-02-02 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : ❯ ./python -m test test_curses -uall -R : 0:00:00 load avg: 3.77 Run tests sequentially 0:00:00 load avg: 3.77 [1/1] test_curses beginning 9 repetitions 123456789 . test_curses leaked [4, 4, 4, 4] references, sum=16 test_curses failed == Tests result: