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 rhettinger
Recipients ajaksu2, amaury.forgeotdarc, arigo, donmez, gideon, rhettinger, terry.reedy
Date 2008-08-30.00:21:37
SpamBayes Score 4.557024e-07
Marked as misclassified No
Message-id <1220055698.87.0.268580942541.issue3720@psf.upfronthosting.co.za>
In-reply-to
Content
It's not just performance -- the patch code is grotesque.  Lots of code 
would need to be changed just before the release candidate (usually a 
bad idea).  And the underlying problem doesn't seem to be one that has 
*ever* affected a real user since 2.2.  I have a hard time caring much 
about this problem.  

The minor performance hit only bugs me because it affects the inner-
loops of just about every piece of real python code -- everyone will 
pay a cost for this change.

Since the "problem" has existed so long with no ill effect, am 
unmarking the "release blocker" priority.  Would rather have a 
thoughtful discussion on alternatives along with a careful, thorough, 
efficient patch for a bug release version.
History
Date User Action Args
2008-08-30 00:21:38rhettingersetrecipients: + rhettinger, arigo, terry.reedy, amaury.forgeotdarc, ajaksu2, donmez, gideon
2008-08-30 00:21:38rhettingersetmessageid: <1220055698.87.0.268580942541.issue3720@psf.upfronthosting.co.za>
2008-08-30 00:21:38rhettingerlinkissue3720 messages
2008-08-30 00:21:37rhettingercreate