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 stutzbach
Recipients mark.dickinson, pitrou, rhettinger, stutzbach
Date 2010-10-03.02:12:50
SpamBayes Score 0.010237934
Marked as misclassified No
Message-id <1286071973.46.0.270767704263.issue9800@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, a similar fast path existed in Python 2 for lists (but not tuples).  It was removed for Python 3.  I'm not sure why it was removed, but it may have been part of removing the PyInt type.
History
Date User Action Args
2010-10-03 02:12:54stutzbachsetrecipients: + stutzbach, rhettinger, mark.dickinson, pitrou
2010-10-03 02:12:53stutzbachsetmessageid: <1286071973.46.0.270767704263.issue9800@psf.upfronthosting.co.za>
2010-10-03 02:12:51stutzbachlinkissue9800 messages
2010-10-03 02:12:50stutzbachcreate