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 eric.snow, jvr, ncoghlan, rdb
Date 2019-04-07.08:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554624416.88.0.0842599017044.issue35376@roundup.psfhosted.org>
In-reply-to
Content
Fixed for Python 3.8 via the patch for #35936. We won't be backporting that patch as it also migrates modulefinder from the deprecated imp API to the supported importlib one, and is hence considered overly intrusive for a bug fix release.
History
Date User Action Args
2019-04-07 08:06:56ncoghlansetrecipients: + ncoghlan, jvr, eric.snow, rdb
2019-04-07 08:06:56ncoghlansetmessageid: <1554624416.88.0.0842599017044.issue35376@roundup.psfhosted.org>
2019-04-07 08:06:56ncoghlanlinkissue35376 messages
2019-04-07 08:06:56ncoghlancreate