[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-02 Thread STINNER Victor
STINNER Victor added the comment: bpo-37387 was closed as a duplicate of this issue. -- ___ Python tracker ___ ___

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread STINNER Victor
STINNER Victor added the comment: Thanks for this enhancement. I close the issue. Do you know if it does fix the old bpo-37387 issue? -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 306a93b4819db611041da735ca3b34117a3bc961 by Jeremy Kloth in branch '3.9': [3.9] bpo-47089: Avoid test_compileall failures on Windows (GH-32037). (GH-32240) https://github.com/python/cpython/commit/306a93b4819db611041da735ca3b34117a3bc961

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread miss-islington
miss-islington added the comment: New changeset 1069d529590850e87a11b8c559a7fb296e9c626a by Miss Islington (bot) in branch '3.10': bpo-47089: Avoid test_compileall failures on Windows (GH-32037) https://github.com/python/cpython/commit/1069d529590850e87a11b8c559a7fb296e9c626a --

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread Jeremy Kloth
Change by Jeremy Kloth : -- pull_requests: +30311 pull_request: https://github.com/python/cpython/pull/32240 ___ Python tracker ___

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30308 pull_request: https://github.com/python/cpython/pull/32237 ___ Python tracker

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-04-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 76b8a075b8a79b08468fd0ed06a489a5c815bc11 by Jeremy Kloth in branch 'main': bpo-47089: Avoid test_compileall failures on Windows (GH-32037) https://github.com/python/cpython/commit/76b8a075b8a79b08468fd0ed06a489a5c815bc11 --

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-03-26 Thread Jeremy Kloth
Change by Jeremy Kloth : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-03-21 Thread Jeremy Kloth
Change by Jeremy Kloth : -- keywords: +patch pull_requests: +30127 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32037 ___ Python tracker ___

[issue47089] Avoid sporadic failure of test_compileall on Windows

2022-03-21 Thread Jeremy Kloth
New submission from Jeremy Kloth : Testing on Windows occasionally has issues in test_compileall when running with multiple processes. This is due to other test files importing stdlib modules at the same time that compileall is doing its own testing. While not fatal (test_compileall