Antoine Pitrou added the comment:

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

----------
nosy: +pitrou
versions: +Python 3.4 -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15522>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to