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 methane
Recipients arigo, crutcher_gmail, loewis, methane, rhettinger, terry.reedy
Date 2019-04-14.03:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555213918.58.0.59549041225.issue1402289@roundup.psfhosted.org>
In-reply-to
Content
13 years past from this proposed.  Is this still good feature for Python?

Personally, I dislike adding more dynamic flexibility to Python name space.

Python is very dynamic language, and it made difficult to make Python faster.
For example, PHP is not so dynamic as Python, and it is one of reasons why PHP VM is now much faster than Python VM.  They can easily do more optimization like function inlining statically.

I'm interested in optimizing Python.  But I'm not interested in adding more "slow path" we need to maintain forever.
History
Date User Action Args
2019-04-14 03:51:58methanesetrecipients: + methane, loewis, arigo, rhettinger, terry.reedy, crutcher_gmail
2019-04-14 03:51:58methanesetmessageid: <1555213918.58.0.59549041225.issue1402289@roundup.psfhosted.org>
2019-04-14 03:51:58methanelinkissue1402289 messages
2019-04-14 03:51:58methanecreate