added 2 commits
* Rename Include/internal/ directory to Include/pycore/ * Rename Include/pycore/xxx.h to Include/pycore/pycore_xxx.h * Include/internal/mem.h renamed to Include/pycore/pycore_objimpl.h * "xxx.h" now includes "pycore/pycode_xxx.h" if Py_BUILD_CORE is defined: it is no longer needed to include directly "pycore_xxx.h". For example, include "pycore/pycore_objimpl.h" from "objimpl.h". * objimpl.h now includes pycore_objimpl.h just after defining PyGC_Head type. Replace Remove _PyGC_generation0: replaced by _PyRuntime.gc.generation0.
vstinner
changed the title
bpo-35081: Include/internal/ becomes Include/pycore/
[WIP] bpo-35081: Include/internal/ becomes Include/pycore/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters