[issue38138] test_importleak is leaking references

2019-09-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close the issue, I have tested with 3.8, there is no leaks with test_importlib, nice ;-) Thanks Dino -- nosy: +matrixise resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tr

[issue38138] test_importleak is leaking references

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 8d88e8c662a80c186c7a0e67f1c1f3d4010276f8 by Miss Islington (bot) (Dino Viehland) in branch 'master': bpo-38138: Fix memory leak introduced by interned strings (GH-16053) https://github.com/python/cpython/commit/8d88e8c662a80c186c7a0e67f1c1f3d401

[issue38138] test_importleak is leaking references

2019-09-12 Thread Dino Viehland
Change by Dino Viehland : -- keywords: +patch pull_requests: +15676 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16053 ___ Python tracker ___ __

[issue38138] test_importleak is leaking references

2019-09-12 Thread Dino Viehland
Change by Dino Viehland : -- assignee: -> dino.viehland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue38138] test_importleak is leaking references

2019-09-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Using test.bisect_cmd gets me to below test case test_importlib leaked [1, 1, 1] references, sum=3 test_importlib failed == Tests result: FAILURE == 1 test failed: test_importlib Total duration: 3 sec 582 ms Tests result: FAILURE ran 1 tests/

[issue38138] test_importleak is leaking references

2019-09-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Bisecting points to commit 5b172c27f760dc5437e37dd8f1540eb76440e9a7 Author: Dino Viehland Date: Wed Sep 11 08:47:17 2019 -0700 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) Removes statics for better subinterpreter support and move

[issue38138] test_importleak is leaking references

2019-09-12 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : ❯ ./python.exe -m test test_importlib -R 3:3 Run tests sequentially 0:00:00 load avg: 1.45 [1/1] test_importlib beginning 6 repetitions 123456 .. test_importlib leaked [20, 20, 20] references, sum=60 test_importlib failed == Tests result: FAILURE =