[issue30834] Warning -- files was modified by test_import, After: ['@test_4852_tmp.pyc']

2017-08-10 Thread STINNER Victor
STINNER Victor added the comment: Python 3.5 doesn't accept bugfixes anymore, so I close this issue. I never saw this bug on 2.7, 3.6 or master buildbots. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <

[issue30834] Warning -- files was modified by test_import, After: ['@test_4852_tmp.pyc']

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: I'm unable to reproduce this bug on my Python 3.5 compiled in debug mode on Windows. I tried "./python -m test -v test_import", "./python -m test -R 3:3 test_import", and with more flags from the buildbot. I also tried to remove __pycache__ directories, it doe

[issue30834] Warning -- files was modified by test_import, After: ['@test_4852_tmp.pyc']

2017-07-03 Thread STINNER Victor
STINNER Victor added the comment: Example of warning: http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.5/builds/39/steps/test/logs/stdio -- ___ Python tracker __

[issue30834] Warning -- files was modified by test_import, After: ['@test_4852_tmp.pyc']

2017-07-03 Thread STINNER Victor
New submission from STINNER Victor: Python 3.5 on Windows emits the following warning when running test_import, but I'm unable to reproduce it :-/ Warning -- files was modified by test_import Before: [] After: ['@test_4852_tmp.pyc'] -- components: Tests, Windows messages: 297552 n