summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-05-28 23:45:32 (GMT)
committerCarol Willing <carolcode@willingconsulting.com>2019-05-28 23:45:32 (GMT)
commitb76302ddd0896cb39ce69909349b53db6e7776e2 (patch)
tree5f9a80489decdb07f40e97cf618d62f0ce5b4930 /Doc/data
parent77f0ed7a42606d03ebfe48ab152caf0d796d6540 (diff)
downloadcpython-b76302ddd0896cb39ce69909349b53db6e7776e2.zip
cpython-b76302ddd0896cb39ce69909349b53db6e7776e2.tar.gz
cpython-b76302ddd0896cb39ce69909349b53db6e7776e2.tar.bz2
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
* bpo-36540: Documentation for PEP570 - Python positional only arguments * fixup! bpo-36540: Documentation for PEP570 - Python positional only arguments * Update reference for compound statements * Apply suggestions from Carol Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Update Doc/tutorial/controlflow.rst Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Add extra bullet point and minor edits
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/refcounts.dat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index 213ddcb..aca57a1 100644
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -236,6 +236,7 @@ PyCode_GetNumFree:PyCodeObject*:co:0:
PyCode_New:PyCodeObject*::+1:
PyCode_New:int:argcount::
+PyCode_New:int:posonlyargcount::
PyCode_New:int:kwonlyargcount::
PyCode_New:int:nlocals::
PyCode_New:int:stacksize::