[New-bugs-announce] [issue21893] unicodeobject.c not using PY_FORMAT_SIZE_T

John Malmberg report at bugs.python.org
Tue Jul 1 06:59:17 CEST 2014


New submission from John Malmberg:

unicodeobject.c is using %zd instead of the PY_FORMAT_SIZE_T as set by configure.

Comments in pymacconfig.h state that this will cause problems on OS-X 10.4 with binaries build on OS-X 10.5.

The attached patch unicodeobject.giff changes unicodeobject.c to be like the other modules that use PY_FORMAT_SIZE_T.

----------
files: unicodeobject.gdiff
messages: 222009
nosy: John.Malmberg
priority: normal
severity: normal
status: open
title: unicodeobject.c not using PY_FORMAT_SIZE_T
versions: Python 3.5
Added file: http://bugs.python.org/file35812/unicodeobject.gdiff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21893>
_______________________________________


More information about the New-bugs-announce mailing list