[New-bugs-announce] [issue36254] Fix invalid uses of %d in format strings in C

Serhiy Storchaka report at bugs.python.org
Sun Mar 10 06:44:49 EDT 2019


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed patch fixes invalid uses of %d in format strings in C (mostly when the argument has type Py_ssize_t or size_t).

----------
components: Extension Modules, Interpreter Core
messages: 337606
nosy: serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Fix invalid uses of %d in format strings in C
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36254>
_______________________________________


More information about the New-bugs-announce mailing list