]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2019 11:29:14 +0000 (04:29 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 1 Jul 2019 11:29:14 +0000 (13:29 +0200)
commitcb083f7cdf604c1d9d264f387f9e8846bc953eb3
tree2a1e772b2085b26e80b62ce13d0fdd7962adfd2b
parentf22c4cf11d10f52faa86e0b308dd28f11819efd8
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505)

Add PyCode_NewEx to be used internally and set PyCode_New as a compatibility wrapper
(cherry picked from commit 4a2edc34a405150d0b23ecfdcb401e7cf59f4650)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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