Staging
v0.5.1
https://github.com/python/cpython
Revision 54ba940abc2fabb94fede46dfad80f8ac15632a3 authored by Serhiy Storchaka on 28 June 2017, 07:31:00 UTC, committed by GitHub on 28 June 2017, 07:31:00 UTC
Based on patch by Victor Stinner.

Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84)
1 parent 9dff523
History
Tip revision: 54ba940abc2fabb94fede46dfad80f8ac15632a3 authored by Serhiy Storchaka on 28 June 2017, 07:31:00 UTC
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463)
Tip revision: 54ba940
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.2 KB
README.txt -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 45.5 KB
license.rst -rw-r--r-- 46.1 KB
make.bat -rw-r--r-- 4.0 KB

README.txt

back to top