8000 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) · python/cpython@54449da · GitHub
[go: up one dir, main page]

Skip to content

Commit 54449da

Browse files
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
(cherry picked from commit b3b9619) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
1 parent ed8af33 commit 54449da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/data/refcounts.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ PyUnicode_FromWideChar:Py_ssize_t:size::
24622462
PyUnicode_AsWideChar:Py_ssize_t:::
24632463
PyUnicode_AsWideChar:PyObject*:*unicode:0:
24642464
PyUnicode_AsWideChar:wchar_t*:w::
2465-
PyUnicode_AsWideChar:Pyssize_t:size::
2465+
PyUnicode_AsWideChar:Py_ssize_t:size::
24662466

24672467
PyUnicode_AsWideCharString:wchar_t*:::
24682468
PyUnicode_AsWideCharString:PyObject*:unicode:0:

0 commit comments

Comments
 (0)
0