commit | d63a3b8beb4a0841cb59fb3515347ccaab34b733 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 28 07:41:54 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 28 07:41:54 2011 +0200 |
tree | 3b4e3cc63151c5a5a910c3550a190aefaea96ad4 | |
parent | 48d49497c50e79d14e9df9527d766ca3a0a38be5 [diff] [blame] |
Implement PEP 393.
diff --git a/Include/complexobject.h b/Include/complexobject.h index c379b08..3e4ecff 100644 --- a/Include/complexobject.h +++ b/Include/complexobject.h
@@ -64,8 +64,9 @@ (Advanced String Formatting). */ #ifndef Py_LIMITED_API PyAPI_FUNC(PyObject *) _PyComplex_FormatAdvanced(PyObject *obj, - Py_UNICODE *format_spec, - Py_ssize_t format_spec_len); + PyObject *format_spec, + Py_ssize_t start, + Py_ssize_t end); #endif #ifdef __cplusplus