Skip to content

Commit 03589fc

Browse files
committed
unicode fix 5
1 parent a934404 commit 03589fc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Python:
8585

8686
.. versionadded:: 3.3
8787

88-
88+
8989
The following APIs are C macros and static inlined functions for fast checks and
9090
access to internal read-only data of Unicode objects:
9191

Tools/check-c-api-docs/ignored_c_api.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,4 @@ PyUnstable_EXECUTABLE_KIND_METHOD_DESCRIPTOR
8787
PyUnstable_EXECUTABLE_KIND_PY_FUNCTION
8888
PyUnstable_EXECUTABLE_KIND_SKIP
8989
# cpython/pylifecycle.h
90-
Py_FrozenMain
91-
# cpython/unicodeobject.h
92-
90+
Py_FrozenMain

0 commit comments

Comments
 (0)