This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients emilyemorehouse, eric.smith, gvanrossum, joernheissler, koobs, miss-islington, nedbat, pablogsal, rhettinger, steven.daprano, tim.peters, veky, willingc, xtreak
Date 2019-06-22.22:16:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561241760.46.0.768810762109.issue35224@roundup.psfhosted.org>
In-reply-to
Content
Although it can be related, note that the buildbots do indeed delete pyc files. Check for example https://buildbot.python.org/all/#/builders/40/builds/2621/steps/2/logs/stdio :

...
Deleting .pyc/.pyo files ...
Deleting test leftovers ...
Using "C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\\..\externals\pythonx86\tools\python.exe" (found in externals directory)
Fetching external libraries...
...

But I could be missing something. What I don't understand currently is why it fails only on the Windows buildbots.
History
Date User Action Args
2019-06-22 22:16:00pablogsalsetrecipients: + pablogsal, gvanrossum, tim.peters, rhettinger, eric.smith, nedbat, steven.daprano, koobs, willingc, veky, emilyemorehouse, joernheissler, miss-islington, xtreak
2019-06-22 22:16:00pablogsalsetmessageid: <1561241760.46.0.768810762109.issue35224@roundup.psfhosted.org>
2019-06-22 22:16:00pablogsallinkissue35224 messages
2019-06-22 22:16:00pablogsalcreate