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 neonene
Recipients lys.nikolaou, neonene, pablogsal
Date 2020-06-18.18:32:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
FYI, since PR 20875/20919, msvc(x64) has warned C4244 (conversion from 'Py_ssize_t' to 'int', possible loss of data).
parse.c especially gets more than 700.
History
Date User Action Args
2020-06-18 18:32:08neonenesetrecipients: + neonene, lys.nikolaou, pablogsal
2020-06-18 18:32:08neonenesetmessageid: <[email protected]>
2020-06-18 18:32:08neonenelinkissue40958 messages
2020-06-18 18:32:08neonenecreate