]> granicus.if.org Git - python/commit
Don't use deprecated function PyUnicode_GET_SIZE()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Nov 2013 13:17:30 +0000 (14:17 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Nov 2013 13:17:30 +0000 (14:17 +0100)
commit59799a83995f135bdb1b1a0994052c1f24c68e83
treedf2516464ed158cd433f228c90b89c2baad00d4e
parente223439c130db50c2d636f433a3f1ff438b532db
Don't use deprecated function PyUnicode_GET_SIZE()

Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
Modules/_elementtree.c
Modules/posixmodule.c
Objects/namespaceobject.c