summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-20 08:19:55 (GMT)
committerLarry Hastings <larry@hastings.org>2015-04-20 08:19:55 (GMT)
commit1acdb95965928a103dc4222c245931daf7c3fedf (patch)
treee4ef3d4359a230dd59d0cbc448c5e1404e9da840 /Include
parent103e57a713d3d292924b9b89047f7c3ff8d2d28b (diff)
parent7e9d1d1a1b8ec4db9b9b6789b448c4202ab84b48 (diff)
downloadcpython-1acdb95965928a103dc4222c245931daf7c3fedf.zip
cpython-1acdb95965928a103dc4222c245931daf7c3fedf.tar.gz
cpython-1acdb95965928a103dc4222c245931daf7c3fedf.tar.bz2
Merge Python 3.5.0a4 release engineering commits.
Diffstat (limited to 'Include')
-rw-r--r--Include/unicodeobject.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 814d7c0..4ba6328 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -2060,12 +2060,6 @@ PyAPI_FUNC(int) PyUnicode_Contains(
PyObject *element /* Element string */
);
-/* Checks whether the string contains any NUL characters. */
-
-#ifndef Py_LIMITED_API
-PyAPI_FUNC(int) _PyUnicode_HasNULChars(PyObject *);
-#endif
-
/* Checks whether argument is a valid identifier. */
PyAPI_FUNC(int) PyUnicode_IsIdentifier(PyObject *s);