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 methane
Recipients kxrob, methane, vstinner
Date 2021-02-26.04:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614312970.99.0.277887524075.issue43321@roundup.psfhosted.org>
In-reply-to
Content
I checked the warning, and now I think Python traceback is fine.

PyArg_Parse*() is used on top of the C function. So python traceback is enough to find which function is using '#' without Py_SSIZE_T_CLEAN.
History
Date User Action Args
2021-02-26 04:16:11methanesetrecipients: + methane, vstinner, kxrob
2021-02-26 04:16:10methanesetmessageid: <1614312970.99.0.277887524075.issue43321@roundup.psfhosted.org>
2021-02-26 04:16:10methanelinkissue43321 messages
2021-02-26 04:16:10methanecreate