mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
This commit is contained in:
parent
7b36016a15
commit
afb3e71a17
9 changed files with 110 additions and 98 deletions
|
@ -1712,9 +1712,9 @@ some other type.
|
|||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
array_array_fromunicode_impl(arrayobject *self, Py_UNICODE *ustr,
|
||||
array_array_fromunicode_impl(arrayobject *self, const Py_UNICODE *ustr,
|
||||
Py_ssize_clean_t ustr_length)
|
||||
/*[clinic end generated code: output=ebb72fc16975e06d input=150f00566ffbca6e]*/
|
||||
/*[clinic end generated code: output=cf2f662908e2befc input=150f00566ffbca6e]*/
|
||||
{
|
||||
char typecode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue