[issue46590] I suggests to modify Include/object.h in 98 line

meow report at bugs.python.org
Sun Jan 30 16:57:40 EST 2022


New submission from meow <4d656f77 at gmail.com>:

before version
#define Py_INVALID_SIZE (Py_ssize_t)-1

after version
#define Py_INVALID_SIZE ((Py_ssize_t)-1)

I think that the after version is more safety.
thanks to read this request.

----------
components: C API
messages: 412175
nosy: 4d656f77
priority: normal
severity: normal
status: open
title: I suggests to modify Include/object.h in 98 line
type: enhancement
versions: Python 3.11

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


More information about the Python-bugs-list mailing list