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 Jeremy.Hylton, Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, eric.snow, georg.brandl, gregory.p.smith, jcon, mark.dickinson, meador.inge, nadeem.vawda, ncoghlan, pitrou, rhettinger, santoso.wijaya, techtonik, terry.reedy, vstinner
Date 2012-09-06.00:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346892537.31.0.84462374765.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
No, you're assuming global program analysis and *that is not a valid assumption*.

One of the key features of Python is that *monkeypatching works*. It's not encouraged, but it works.

You simply cannot play games with name lookups like this without creating something that is no longer Python.
History
Date User Action Args
2012-09-06 00:48:57ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, pitrou, vstinner, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eltoder, eric.snow, jcon
2012-09-06 00:48:57ncoghlansetmessageid: <1346892537.31.0.84462374765.issue11549@psf.upfronthosting.co.za>
2012-09-06 00:48:56ncoghlanlinkissue11549 messages
2012-09-06 00:48:56ncoghlancreate