Bug 221160 - [webkitpy] Thread.isAlive was renamed to Thread.is_alive
Summary: [webkitpy] Thread.isAlive was renamed to Thread.is_alive
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: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-29 15:24 PST by Don Olmstead
Modified: 2021-01-29 17:53 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2021-01-29 15:32 PST, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-01-29 15:24:41 PST
Python 2.6 add Thread.is_alive and Python 3.x only has Thread.is_alive
Comment 1 Don Olmstead 2021-01-29 15:32:36 PST
Created attachment 418776 [details]
Patch
Comment 2 EWS 2021-01-29 17:52:40 PST
Committed r272093: <https://trac.webkit.org/changeset/272093>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418776 [details].
Comment 3 Radar WebKit Bug Importer 2021-01-29 17:53:12 PST
<rdar://problem/73779820>