]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Unicode: document when the wstr pointer is shared with data
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 22:00:20 +0000 (00:00 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Oct 2011 22:00:20 +0000 (00:00 +0200)
commit7f11ad4594f63dec8cd18a16243fb58cf0e9589b
treed5c81289d92b0bed367d1c4b147e50d022ac7662
parent03490918b7810341b7cdf53e5a45798ad4b6c61e
Unicode: document when the wstr pointer is shared with data

Add also related assertions to _PyUnicode_CheckConsistency().
Include/unicodeobject.h
Objects/unicodeobject.c