[New-bugs-announce] [issue21892] hashtable.c not using PY_FORMAT_SIZE_T

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


New submission from John Malmberg:

hashtable.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 hashtable.giff changes hashtable.c to be like the other modules that use PY_FORMAT_SIZE_T.

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

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


More information about the New-bugs-announce mailing list