summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-08-03 20:01:39 (GMT)
committerLarry Hastings <larry@hastings.org>2013-08-03 20:01:39 (GMT)
commit436151e2ca31d49288bf0d4a86fc5b318a73b851 (patch)
tree1848d089ad1483f2f2527b1279c38f44468645c2 /Include
parent70a892b5819c9961ad006b77bdab7c9233574870 (diff)
parent7e53793023516f93efbc501ac0dd7d5f4e44a643 (diff)
downloadcpython-436151e2ca31d49288bf0d4a86fc5b318a73b851.zip
cpython-436151e2ca31d49288bf0d4a86fc5b318a73b851.tar.gz
cpython-436151e2ca31d49288bf0d4a86fc5b318a73b851.tar.bz2
Merge from v3.4.0a1 head.
Diffstat (limited to 'Include')
-rw-r--r--Include/longobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/longobject.h b/Include/longobject.h
index 886bc63..24cf401 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -97,6 +97,7 @@ PyAPI_FUNC(PyObject *) PyLong_FromString(char *, char **, int);
#ifndef Py_LIMITED_API
PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
PyAPI_FUNC(PyObject *) PyLong_FromUnicodeObject(PyObject *u, int base);
+PyAPI_FUNC(PyObject *) _PyLong_FromBytes(const char *, Py_ssize_t, int);
#endif
#ifndef Py_LIMITED_API