[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2015-04-14 Thread Matt Soucy
Changes by Matt Soucy mso...@csh.rit.edu: -- nosy: +msoucy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12807 ___ ___ Python-bugs-list mailing

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2013-07-05 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12807 ___ ___

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2011-10-12 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Please double check the removal of _PyUnicode_XStrip. I think it's ok. It is private, undocumented, and the only references returned by Google Code Search are in Python itself. I'll review the patch later, thank you. -- title: Move

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2011-10-11 Thread John O'Connor
John O'Connor tehj...@gmail.com added the comment: New patch. Please double check the removal of _PyUnicode_XStrip. -- Added file: http://bugs.python.org/file23383/stringlib_strip2.patch ___ Python tracker rep...@bugs.python.org

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2011-10-04 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The patch no longer applies cleanly. Is there enough interest in this to justify rebasing? Yes, I think it's worth it. -- title: Optimization/refactoring for {bytearray,bytes,unicode}.strip() - Optimization/refactoring for

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2011-10-01 Thread John O'Connor
John O'Connor tehj...@gmail.com added the comment: The patch no longer applies cleanly. Is there enough interest in this to justify rebasing? -- title: Optimizations for {bytearray,bytes,unicode}.strip() - Optimization/refactoring for {bytearray,bytes,unicode}.strip()