commit | e51553a5c641eee17d584e163303043b22302fe0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sun Jan 03 17:21:40 2021 +0100 |
committer | GitHub <noreply@github.com> | Sun Jan 03 10:21:40 2021 -0600 |
tree | 67025052e1c0d486ba311c860fa2082d01a6cf83 | |
parent | c2a593503c0365a9bde3d6265df6513d1d6762cc [diff] |
Port _SixMetaPathImporter to Python 3.10. (#343) Fixes #341. Co-authored-by: Benjamin Peterson <benjamin@python.org>