[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9443ce4eedbcaffb3262e7ede1dd100678e85506 by Miss Islington (bot) in branch '3.9': bpo-45205: Make test_compileall quiet (GH-28356) (GH-28364) https://github.com/python/cpython/commit/9443ce4eedbcaffb3262e7ede1dd100678e85506 -- __

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 17000b5a80e6ec071ea5007dcc6792e9daaaf0f2 by Miss Islington (bot) in branch '3.10': bpo-45205: Make test_compileall quiet (GH-28356) (GH-28370) https://github.com/python/cpython/commit/17000b5a80e6ec071ea5007dcc6792e9daaaf0f2 -- _

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Victor! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26784 pull_request: https://github.com/python/cpython/pull/28370 ___ Python tracker ___ __

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset cc057ff5227b3a4ded637caa7ba51b67b06abaaa by Victor Stinner in branch 'main': bpo-45205: Make test_compileall quiet (GH-28356) https://github.com/python/cpython/commit/cc057ff5227b3a4ded637caa7ba51b67b06abaaa -- nosy: +lukasz.langa __

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26778 pull_request: https://github.com/python/cpython/pull/28364 ___ Python tracker _

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +26770 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28356 ___ Python tracker ___ _

[issue45205] test_compileall logs "Compiling ..." messages

2021-09-15 Thread STINNER Victor
New submission from STINNER Victor : The following 4 test_compileall tests logs "Compiling ..." messages: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch) ... Compiling '/tmp/tmp1k_q89f5/_test.py'... ok test_year_2038_mtime_compilation (test.test_compileall