[3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) by miss-islington · Pull Request #105754 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Contributor
Replace removed imp.new_module(name) with types.ModuleType(name).
(cherry picked from commit 457a459)
Co-authored-by: Victor Stinner vstinner@python.org
📚 Documentation preview 📚: https://cpython-previews--105754.org.readthedocs.build/
) Replace removed imp.new_module(name) with types.ModuleType(name). (cherry picked from commit 457a459) Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington
requested review from
brettcannon,
encukou,
ericsnowcurrently,
ncoghlan and
warsaw
as code owners
bedevere-bot
added
the
awaiting review
label
This was referenced
bedevere-bot
added
the
skip news
label
vstinner
enabled auto-merge (squash)
vstinner
merged commit
51b533e
into
python:3.12
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-457a459-3.12
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment