This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 4d656f77
Recipients 4d656f77
Date 2022-01-30.21:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643579860.04.0.783194560429.issue46590@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-30 21:57:404d656f77setrecipients: + 4d656f77
2022-01-30 21:57:404d656f77setmessageid: <1643579860.04.0.783194560429.issue46590@roundup.psfhosted.org>
2022-01-30 21:57:404d656f77linkissue46590 messages
2022-01-30 21:57:394d656f77create