New submission from Steve Dower <steve.do...@python.org>:
Currently, calls to PySys_Audit() that use "#" format strings will raise a deprecation warning because Python/sysmodule.c is not PY_SSIZE_T_CLEAN Since PySys_Audit is a new API, we should just define it as always requiring Py_ssize_t. (Discovered while implementing issue39007). ---------- assignee: steve.dower messages: 358125 nosy: steve.dower priority: normal severity: normal stage: needs patch status: open title: PySys_Audit should require PY_SSIZE_T_CLEAN type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39008> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com