Open
Bug 1758523
Opened 3 years ago
[wpt-sync] Sync PR 33112 - Patch tools/third_party/hyper/ to work with Python 3.10
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33112 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33112
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
Patch tools/third_party/hyper/ to work with Python 3.10
Iterable, Mapping and MutableMapping moved from collections to
collections.abc and deprecated in their original location in Python 3.3,
and finally removed in 3.10.hyper is no longer maintained, so we have no choice put to patch it.
You need to log in
before you can comment on or make changes to this bug.
Description
•