This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.snow, nascheme, ncoghlan, vstinner
Date 2018-11-22.17:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-22 17:33:21vstinnersetrecipients: + vstinner, nascheme, ncoghlan, eric.snow
2018-11-22 17:33:21vstinnersetmessageid: <[email protected]>
2018-11-22 17:33:21vstinnerlinkissue35296 messages
2018-11-22 17:33:21vstinnercreate