Closed
Bug 1760359
Opened 2 years ago
Closed 2 years ago
Can't use Thread.native_id in Python < 3.8
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: jgraham, Unassigned)
Details
This was added to the instruments code.
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/45432042d98a Don't use Thread.native_id since it requires Python 3.8, a=testonly
Assignee | ||
Comment 2•2 years ago
|
||
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/33277 for changes under testing/web-platform/tests
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•2 years ago
|
Assignee: nobody → wptsync
Assignee | ||
Comment 4•2 years ago
|
||
Upstream PR merged by moz-wptsync-bot
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/331f9b8d4591 [wpt PR 33277] - [Gecko Bug 1760359] Don't use Thread.native_id since it requires Python 3.8, a=testonly, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1959ed92ac1c [wpt PR 33277] - [Gecko Bug 1760359] Don't use Thread.native_id since it requires Python 3.8, a=testonly, a=testonly
Comment 7•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•