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

Reply via email to