Bug 220594 - Avoid over-aggressive clearing of *.pyc files running tests
Summary: Avoid over-aggressive clearing of *.pyc files running tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-13 09:47 PST by Sam Sneddon [:gsnedders]
Modified: 2021-01-13 10:52 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2021-01-13 09:56 PST, Sam Sneddon [:gsnedders]
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sneddon [:gsnedders] 2021-01-13 09:47:50 PST
Currently we delete any *.pyc file that doesn't have an adjacent *.py file, which is really overzealous on Python 3 where everything is in a __pycache__ directory. Patch forthcoming.
Comment 1 Sam Sneddon [:gsnedders] 2021-01-13 09:56:29 PST
Created attachment 417543 [details]
Patch
Comment 2 EWS 2021-01-13 10:51:06 PST
Committed r271443: <https://trac.webkit.org/changeset/271443>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 417543 [details].
Comment 3 Radar WebKit Bug Importer 2021-01-13 10:52:13 PST
<rdar://problem/73157868>