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 serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2018-03-11.08:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520758361.93.0.467229070634.issue32946@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4e2442505c5e9eec396dcef4d2e6bdd2b6f92fc9 by Serhiy Storchaka in branch 'master':
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
https://github.com/python/cpython/commit/4e2442505c5e9eec396dcef4d2e6bdd2b6f92fc9
History
Date User Action Args
2018-03-11 08:52:42serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2018-03-11 08:52:41serhiy.storchakasetmessageid: <1520758361.93.0.467229070634.issue32946@psf.upfronthosting.co.za>
2018-03-11 08:52:41serhiy.storchakalinkissue32946 messages
2018-03-11 08:52:41serhiy.storchakacreate