https://github.com/python/cpython/commit/a6566e49e63219b6dad6034fb046bd5b54f7af1a
commit: a6566e49e63219b6dad6034fb046bd5b54f7af1a
branch: main
author: Arseniy Terekhin <sen...@gmail.com>
committer: malemburg <m...@lemburg.com>
date: 2025-07-08T23:49:55+02:00
summary:

gh-92536: Fix comment about number of unicode string types (#136439)

files:
M Include/cpython/unicodeobject.h

diff --git a/Include/cpython/unicodeobject.h b/Include/cpython/unicodeobject.h
index 86c502730f478c..73e3bc44d6c9ca 100644
--- a/Include/cpython/unicodeobject.h
+++ b/Include/cpython/unicodeobject.h
@@ -109,7 +109,7 @@ struct _PyUnicodeObject_state {
    immediately follow the structure. utf8_length can be found
    in the length field; the utf8 pointer is equal to the data pointer. */
 typedef struct {
-    /* There are 4 forms of Unicode strings:
+    /* There are 3 forms of Unicode strings:
 
        - compact ascii:
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to