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 ncoghlan
Recipients brett.cannon, eric.snow, htgoebel, ncoghlan, ned.deily, pablogsal
Date 2018-04-25.02:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524622955.44.0.682650639539.issue33128@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0977091dca59709864b14cfc129388f1f0de7bf7 by Nick Coghlan (Pablo Galindo) in branch 'master':
bpo-33128 Fix duplicated call to importlib._install_external_importers  (GH-6273)
https://github.com/python/cpython/commit/0977091dca59709864b14cfc129388f1f0de7bf7
History
Date User Action Args
2018-04-25 02:22:35ncoghlansetrecipients: + ncoghlan, brett.cannon, htgoebel, ned.deily, eric.snow, pablogsal
2018-04-25 02:22:35ncoghlansetmessageid: <1524622955.44.0.682650639539.issue33128@psf.upfronthosting.co.za>
2018-04-25 02:22:35ncoghlanlinkissue33128 messages
2018-04-25 02:22:34ncoghlancreate