Bug 274865 - Drop Python < 3.6 sys.version_info branches
Summary: Drop Python < 3.6 sys.version_info branches
Status: NEW
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: 2024-05-29 15:11 PDT by Sam Sneddon [:gsnedders]
Modified: 2024-05-29 15:25 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sneddon [:gsnedders] 2024-05-29 15:11:44 PDT
Now everything in principle requires Python 3.6 or later, we can remove a lot of dead branches that are now never taken.
Comment 1 Radar WebKit Bug Importer 2024-05-29 15:11:53 PDT
<rdar://problem/128967480>
Comment 2 Sam Sneddon [:gsnedders] 2024-05-29 15:25:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29254