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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to