summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-10-21-09-24-03.bpo-38540.314N_T.rst
blob: 1d73ad8fe96e683f5679fedb5869f249e025ff60 (plain)
1
2
3
Fixed possible leak in :c:func:`PyArg_Parse` and similar functions for
format units ``"es#"`` and ``"et#"`` when the macro
:c:macro:`PY_SSIZE_T_CLEAN` is not defined.