]> granicus.if.org Git - python/commit
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 1 Jul 2019 10:35:05 +0000 (11:35 +0100)
committerPetr Viktorin <pviktori@redhat.com>
Mon, 1 Jul 2019 10:35:05 +0000 (12:35 +0200)
commit4a2edc34a405150d0b23ecfdcb401e7cf59f4650
treed4d88459768f103b76ce92536ba047b305ae0d24
parentfc1fbe6099e826e8304eadf781af7c10d739fc40
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)

Add PyCode_NewEx to be used internally and set PyCode_New as a compatibility wrapper
Doc/c-api/code.rst
Doc/data/refcounts.dat
Doc/whatsnew/3.8.rst
Include/code.h
Misc/NEWS.d/next/C API/2019-06-11-02-50-38.bpo-37221.4tClQT.rst [new file with mode: 0644]
Objects/codeobject.c
Python/compile.c
Python/marshal.c