]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 8 Dec 2010 23:31:48 +0000 (23:31 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 8 Dec 2010 23:31:48 +0000 (23:31 +0000)
commite239d23e8cc66605f548585ad4489a8f12fc070d
treee165422c11006a4f3595742dd40a7a2095ef59ce
parent1b2bd3b348d7bb861ae8c92853e5058766ebff80
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
13 files changed:
Lib/test/datetimetester.py
Lib/test/test_pyexpat.py
Lib/test/test_socket.py
Lib/test/test_syslog.py
Lib/test/test_xml_etree_c.py
Modules/_datetimemodule.c
Modules/_elementtree.c
Modules/_lsprof.c
Modules/_testcapimodule.c
Modules/parsermodule.c
Modules/pyexpat.c
Modules/socketmodule.c
Modules/syslogmodule.c