[New-bugs-announce] [issue35296] Install Include/internal/ header files

STINNER Victor report at bugs.python.org
Thu Nov 22 12:33:21 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

For some very specific use cases (ex: debuggers), it can be interesting to access the internal API of CPython. I propose to install the internal API: Include/internal/*.h header files.

Attached PR implements this idea.

----------
components: Interpreter Core
messages: 330271
nosy: eric.snow, nascheme, ncoghlan, vstinner
priority: normal
severity: normal
status: open
title: Install Include/internal/ header files
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35296>
_______________________________________


More information about the New-bugs-announce mailing list