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 sfllaw
Recipients rhettinger, sfllaw
Date 2012-11-03.15:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351956763.34.0.958882751316.issue16395@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like this was caught in the 3.3 branch, but only fixed it in the comment:

changeset:   75448:d8f68195210e
user:        Larry Hastings <larry@hastings.org>
date:        Mon Mar 05 22:59:13 2012 -0800
summary:     Fix a comment: PySequence_Fast() creates a list, not a tuple.

The included patch applies cleanly to Python 2.7 and 3.2. When applying to 3.3, include the failure in Objects/abstract.c because the same change has already been made.
History
Date User Action Args
2012-11-03 15:32:43sfllawsetrecipients: + sfllaw, rhettinger
2012-11-03 15:32:43sfllawsetmessageid: <1351956763.34.0.958882751316.issue16395@psf.upfronthosting.co.za>
2012-11-03 15:32:43sfllawlinkissue16395 messages
2012-11-03 15:32:43sfllawcreate