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 skrah
Recipients Arfrever, barry, eric.smith, fijall, mark.dickinson, pitrou, rhettinger, skrah, vstinner
Date 2014-04-16.19:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397677197.23.0.608362753403.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to go ahead with this.  As Antoine mentioned, most
people don't diagnose import problems, especially when they compare
Python 2 against Python 3.

As it turns out, the slowdown is even significant in a simple tcpserver
application that starts a Python script.

Another benefit is that it will be possible to import the Python version
easily, e.g. to check error messages (currently _decimal justs displays
the signal in tracebacks).  I've often wanted that myself instead of
going through the import_fresh_module() ordeal.
History
Date User Action Args
2014-04-16 19:39:57skrahsetrecipients: + skrah, barry, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, Arfrever, fijall
2014-04-16 19:39:57skrahsetmessageid: <1397677197.23.0.608362753403.issue19232@psf.upfronthosting.co.za>
2014-04-16 19:39:57skrahlinkissue19232 messages
2014-04-16 19:39:56skrahcreate