]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
authorSkip Montanaro <skip.montanaro@gmail.com>
Mon, 1 Jun 2020 18:35:56 +0000 (13:35 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 18:35:56 +0000 (20:35 +0200)
commitb4d5a5cca29426a282e8f1e64b2271fdd1f0a23e
treed5557646d6c9b88a44b1459000cdf30d219907c2
parentcbe129692293251e7fbcea9ff0d822824d90c140
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413)
20 files changed:
Include/cpython/abstract.h
Include/cpython/ceval.h
Include/cpython/dictobject.h
Include/cpython/fileobject.h
Include/cpython/frameobject.h
Include/cpython/import.h
Include/cpython/initconfig.h
Include/cpython/interpreteridobject.h
Include/cpython/listobject.h
Include/cpython/object.h
Include/cpython/objimpl.h
Include/cpython/pyerrors.h
Include/cpython/pylifecycle.h
Include/cpython/pymem.h
Include/cpython/pystate.h
Include/cpython/sysmodule.h
Include/cpython/traceback.h
Include/cpython/tupleobject.h
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2020-02-08-08-01-35.bpo-39583.qURKSl.rst [new file with mode: 0644]