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

2022-01-30 Thread meow
Change by meow <4d656...@gmail.com>: -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46590> ___

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

2022-01-30 Thread meow
Change by meow <4d656...@gmail.com>: -- components: -C API ___ Python tracker <https://bugs.python.org/issue46590> ___ ___ Python-bugs-list mailing list

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

2022-01-30 Thread meow
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

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

2022-01-30 Thread meow
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