Change by meow <4d656...@gmail.com>:
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue46590>
___
Change by meow <4d656...@gmail.com>:
--
components: -C API
___
Python tracker
<https://bugs.python.org/issue46590>
___
___
Python-bugs-list mailing list
Change by meow <4d656...@gmail.com>:
--
keywords: +patch
pull_requests: +29212
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31020
___
Python tracker
<https://bugs.python.or
New submission from meow <4d656...@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: 4d