[Python-checkins] Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520)

Ned Deily webhook-mailer at python.org
Wed Aug 28 14:55:04 EDT 2019


https://github.com/python/cpython/commit/e72dcaa33a528cda82d85d1f4890118710162b23
commit: e72dcaa33a528cda82d85d1f4890118710162b23
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Ned Deily <nad at python.org>
date: 2019-08-28T14:54:57-04:00
summary:

Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520)

(cherry picked from commit b3b9619f5e1e7ebe3fbb73eae4ec878312056a90)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey at gmail.com>

files:
M Doc/data/refcounts.dat

diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index 213ddcb61fae..ec8094ef2486 100644
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -2444,7 +2444,7 @@ PyUnicode_FromWideChar:Py_ssize_t:size::
 PyUnicode_AsWideChar:Py_ssize_t:::
 PyUnicode_AsWideChar:PyObject*:*unicode:0:
 PyUnicode_AsWideChar:wchar_t*:w::
-PyUnicode_AsWideChar:Pyssize_t:size::
+PyUnicode_AsWideChar:Py_ssize_t:size::
 
 PyUnicode_AsWideCharString:wchar_t*:::
 PyUnicode_AsWideCharString:PyObject*:unicode:0:



More information about the Python-checkins mailing list