[issue29083] Readd PyArg_VaParse to the stable API

Serhiy Storchaka report at bugs.python.org
Tue Dec 27 08:41:52 EST 2016


New submission from Serhiy Storchaka:

Seems PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were excluded from the stable API by the mistake in fixing issue11626. These functions was in the stable API before 3.3, and the documentation doesn't mention that they are not in the stable API.

I think they should be readded to the stable API.

----------
components: Interpreter Core
messages: 284097
nosy: loewis, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Readd PyArg_VaParse to the stable API
type: compile error
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29083>
_______________________________________


More information about the Python-bugs-list mailing list