Bug 248904 - [test-webkitpy] BrokenPipeError doesn't exist in Python 2
Summary: [test-webkitpy] BrokenPipeError doesn't exist in Python 2
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: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-07 13:48 PST by Jonathan Bedard
Modified: 2022-12-07 20:39 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-12-07 13:48:14 PST
BrokenPipeError doesn't exist in Python 2. But also, BrokenPipeError is just an OSError, so we should catch that instead.
Comment 1 Radar WebKit Bug Importer 2022-12-07 13:48:32 PST
<rdar://problem/103088110>
Comment 2 Jonathan Bedard 2022-12-07 13:49:55 PST
Pull request: https://github.com/WebKit/WebKit/pull/7282
Comment 3 EWS 2022-12-07 15:52:17 PST
Committed 257517@main (ac1c9d9b0fbd): <https://commits.webkit.org/257517@main>

Reviewed commits have been landed. Closing PR #7282 and removing active labels.
Comment 4 Carlos Alberto Lopez Perez 2022-12-07 20:39:37 PST
thanks for the fix!