Serhiy Storchaka added the comment:

This is incorrect. PY_FORMAT_SIZE_T shouldn't be used in format string of 
PyErr_Format. On one hand, PyErr_Format understand the "z" modifier. On other 
hand, it is not understand all platform-specific expansions of PY_FORMAT_SIZE_T 
(e.g. "I").

----------
nosy: +serhiy.storchaka
resolution: fixed -> 
status: closed -> open

_______________________________________
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