[Python-Dev] [PATCH] unicode subtypes broken in latest py3k debug builds (original) (raw)

Stefan Behnel stefan_ml at behnel.de
Sat Oct 22 06:44:10 CEST 2011


Hi,

the py3k debug build has been broken in Cython's integration tests for a couple of weeks now due to a use-after-decref bug. Here's the fix, please apply.

BTW, is there a reason unicode_subtype_new() copies the buffer of the unicode object it just created, instead of just stealing it?

Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: unicode_subtype_fix.patch Type: text/x-patch Size: 790 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20111022/22036f34/attachment.bin>



More information about the Python-Dev mailing list