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 pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-04-21.20:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366576139.15.0.336149098706.issue17742@psf.upfronthosting.co.za>
In-reply-to
Content
The last patch increases the size of the code substantially. I'm still wondering what the benefits are.

$ hg di --stat
 Include/bytesobject.h      |   90 ++++++++++++++
 Misc/NEWS                  |    3 +
 Objects/bytesobject.c      |  144 ++++++++++++++++++++++
 Objects/stringlib/codecs.h |  109 ++++------------
 Objects/unicodeobject.c    |  267 ++++++++++++++++-------------------------
 5 files changed, 368 insertions(+), 245 deletions(-)
History
Date User Action Args
2013-04-21 20:28:59pitrousetrecipients: + pitrou, vstinner, r.david.murray, serhiy.storchaka
2013-04-21 20:28:59pitrousetmessageid: <1366576139.15.0.336149098706.issue17742@psf.upfronthosting.co.za>
2013-04-21 20:28:59pitroulinkissue17742 messages
2013-04-21 20:28:59pitroucreate