Skip to content

Commit aa231bf

Browse files
author
alexandre.vassalotti
committed
Fix name mangling of PyUnicode_ClearFreeList.
git-svn-id: http://svn.python.org/projects/python/trunk@67970 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent b192692 commit aa231bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
296296
# define _PyUnicode_AsDefaultEncodedString _PyUnicodeUCS4_AsDefaultEncodedString
297297
# define _PyUnicode_Fini _PyUnicodeUCS4_Fini
298298
# define _PyUnicode_Init _PyUnicodeUCS4_Init
299-
# define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist
299+
# define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist
300300
# define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha
301301
# define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit
302302
# define _PyUnicode_IsDigit _PyUnicodeUCS4_IsDigit

0 commit comments

Comments
 (0)