]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 07:13:40 +0000 (09:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Nov 2016 07:13:40 +0000 (09:13 +0200)
commita98c4a984b34f887076f4171b1e3303e164cbddf
tree78f6f0fbbc6728e24d5478aadb7bfe1d871b244f
parentf6f15918087f2fae652634303a79f9cc6bc421ce
parent06515833fef7b8b5c7968edf72367d94ff7eb1e0
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
Modules/_datetimemodule.c
Modules/posixmodule.c
Modules/socketmodule.c
Python/ceval.c
Python/sysmodule.c