summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-06-11-02-50-38.bpo-37221.4tClQT.rst
blob: 0ea8b9b8678876469db743fbd895c9152ef3dc42 (plain)
1
2
3
The new function :c:func:`PyCode_NewWithPosOnlyArgs` allows to create
code objects like :c:func:`PyCode_New`, but with an extra *posonlyargcount*
parameter for indicating the number of positonal-only arguments.