bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666)

This commit is contained in:
Victor Stinner 2018-11-23 15:05:15 +01:00 committed by GitHub
parent b509d52083
commit 4ac5328aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
Internal APIs surrounded by ``#ifdef Py_BUILD_CORE`` have been moved from
``Include/*.h`` headers to new header files ``Include/internal/pycore_*.h``.