homepage

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 tim.peters
Recipients Guido.van.Rossum, eryksun, jkloth, pablogsal, paul.moore, shreyanavigyan, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2021年04月30日.18:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619808521.96.0.564269230384.issue37387@roundup.psfhosted.org>
In-reply-to
Content
Yes, test_compileall can still fail for this reason on Windows. From a run just now with -j0 (same as -j10 on this box, which has 8 logical cores: a -j value <= 0 is treated the same as "2 + number of logical cores"):
"""
Compiling 'C:\\Code\\Python\\lib\\types.py'...
*** PermissionError: [WinError 5] Access is denied: 'C:\\Code\\Python\\lib\\__pycache__\\types.cpython-310.pyc.2205988433776' -> 'C:\\Code\\Python\\lib\\__pycache__\\types.cpython-310.pyc'
"""
I did nothing in particular to try to provoke it. "It's random." So is the specific .py fail it fails on.
History
Date User Action Args
2021年04月30日 18:48:42tim.peterssetrecipients: + tim.peters, paul.moore, vstinner, tim.golden, jkloth, zach.ware, eryksun, steve.dower, Guido.van.Rossum, pablogsal, shreyanavigyan
2021年04月30日 18:48:41tim.peterssetmessageid: <1619808521.96.0.564269230384.issue37387@roundup.psfhosted.org>
2021年04月30日 18:48:41tim.peterslinkissue37387 messages
2021年04月30日 18:48:41tim.peterscreate

AltStyle によって変換されたページ (->オリジナル) /