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 pitrou
Recipients abael, pitrou
Date 2012-08-01.13:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343826295.99.0.343585939153.issue15522@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, several points:

- Python 2.7 is in bugfix mode; you need to work from the default Mercurial branch as explained in http://docs.python.org/devguide/ . In practice, this means your patch will target the future Python 3.4, and therefore either PyUnicode_Join or _PyBytes_Join.

- please provide an actual patch (a Mercurial diff, probably)

- please provide benchmarks (using e.g. timeit) which demonstrate the performance improvement you are proposing
History
Date User Action Args
2012-08-01 13:04:56pitrousetrecipients: + pitrou, abael
2012-08-01 13:04:55pitrousetmessageid: <1343826295.99.0.343585939153.issue15522@psf.upfronthosting.co.za>
2012-08-01 13:04:55pitroulinkissue15522 messages
2012-08-01 13:04:55pitroucreate