10000 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520) · python/cpython@e72dcaa · GitHub
[go: up one dir, main page]

Skip to content

Commit e72dcaa

Browse files
miss-islingtonsir-sigurd
authored andcommitted
Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520)
(cherry picked from commit b3b9619) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
1 parent ea48966 commit e72dcaa

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
@@ -2444,7 +2444,7 @@ PyUnicode_FromWideChar:Py_ssize_t:size::
24442444
PyUnicode_AsWideChar:Py_ssize_t:::
24452445
PyUnicode_AsWideChar:PyObject*:*unicode:0:
24462446
PyUnicode_AsWideChar:wchar_t*:w::
2447-
PyUnicode_AsWideChar:Pyssize_t:size::
2447+
PyUnicode_AsWideChar:Py_ssize_t:size::
24482448

24492449
PyUnicode_AsWideCharString:wchar_t*:::
24502450
PyUnicode_AsWideCharString:PyObject*:unicode:0:

0 commit comments

Comments
 (0)
0