mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
This commit is contained in:
parent
2f8bff6879
commit
067f0da335
4 changed files with 37 additions and 8 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix ``SystemError`` raised when :c:func:`PyArg_ParseTupleAndKeywords` is
|
||||
used with ``#`` in ``(...)`` but without ``PY_SSIZE_T_CLEAN`` defined.
|
||||
Loading…
Add table
Add a link
Reference in a new issue