[Python-Dev] [Python-checkins] cpython: Issue #17693: CJK encoders now use the new Unicode API (PEP 393) (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Sun Apr 14 13:49:05 CEST 2013


On Sun, Apr 14, 2013 at 10:06 AM, victor.stinner <python-checkins at python.org> wrote:

http://hg.python.org/cpython/rev/d621bdaed7c3 changeset: 83317:d621bdaed7c3 user: Victor Stinner <victor.stinner at gmail.com> date: Sun Apr 14 02:06:32 2013 +0200 summary: Issue #17693: CJK encoders now use the new Unicode API (PEP 393)

I'm going to run with the wild theory that there's a reference link in here somewhere... :)

results for 0ee785c9d1b4 on branch "default"


test_unittest leaked [-1, 2, 1] memory blocks, sum=2 test_codecencodings_cn leaked [16133, 16133, 16133] references, sum=48399 test_codecencodings_cn leaked [28992, 28994, 28994] memory blocks, sum=86980 test_codecencodings_hk leaked [378, 378, 378] references, sum=1134 test_codecencodings_hk leaked [414, 416, 416] memory blocks, sum=1246 test_codecencodings_iso2022 leaked [13861, 13861, 13861] references, sum=41583 test_codecencodings_iso2022 leaked [25698, 25700, 25700] memory blocks, sum=77098 test_codecencodings_jp leaked [39322, 39322, 39322] references, sum=117966 test_codecencodings_jp leaked [71335, 71337, 71337] memory blocks, sum=214009 test_codecencodings_kr leaked [9033, 9033, 9033] references, sum=27099 test_codecencodings_kr leaked [15844, 15846, 15846] memory blocks, sum=47536 test_codecencodings_tw leaked [3879, 3879, 3879] references, sum=11637 test_codecencodings_tw leaked [6562, 6564, 6564] memory blocks, sum=19690 test_codecs leaked [1296, 1296, 1296] references, sum=3888 test_codecs leaked [384, 386, 386] memory blocks, sum=1156 test_multibytecodec leaked [44, 44, 44] references, sum=132 test_multibytecodec leaked [21, 23, 23] memory blocks, sum=67 test_traceback leaked [2, 2, 2] references, sum=6 test_traceback leaked [4, 6, 6] memory blocks, sum=16

Cheers, Nick.

-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia



More information about the Python-Dev mailing list