[issue46590] I suggests to modify Include/object.h in 98 line
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: 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 <https://bugs.python.org/issue46590> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue46590] I suggests to modify Include/object.h in 98 line
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.org/issue46590> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue46590] I suggests to modify Include/object.h in 98 line
Change by meow <4d656...@gmail.com>: -- components: -C API ___ Python tracker <https://bugs.python.org/issue46590> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue46590] I suggests to modify Include/object.h in 98 line
Change by meow <4d656...@gmail.com>: -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46590> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com