This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, gregory.p.smith, meador.inge, miss-islington, psimons, python-dev, serhiy.storchaka, tomdzk
Date 2020-03-05.00:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583369136.41.0.620612844982.issue13487@roundup.psfhosted.org>
In-reply-to
Content
New changeset 85cf1d514b84dc9a4bcb40e20a12e1d82ff19f20 by Gregory P. Smith in branch 'master':
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786)
https://github.com/python/cpython/commit/85cf1d514b84dc9a4bcb40e20a12e1d82ff19f20
History
Date User Action Args
2020-03-05 00:45:36gregory.p.smithsetrecipients: + gregory.p.smith, amaury.forgeotdarc, eric.araujo, meador.inge, python-dev, eric.snow, Erik.Tollerud, serhiy.storchaka, psimons, tomdzk, miss-islington
2020-03-05 00:45:36gregory.p.smithsetmessageid: <1583369136.41.0.620612844982.issue13487@roundup.psfhosted.org>
2020-03-05 00:45:36gregory.p.smithlinkissue13487 messages
2020-03-05 00:45:35gregory.p.smithcreate