From: Victor Stinner Date: Fri, 23 Nov 2018 14:05:15 +0000 (+0100) Subject: bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) X-Git-Tag: v3.8.0a1~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ac5328affa37bdfc5847dfdb2a41bad772e7270;p=thirdparty%2FPython%2Fcpython.git bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) --- diff --git a/Misc/NEWS.d/next/C API/2018-11-22-18-15-46.bpo-35081.FdK9mV.rst b/Misc/NEWS.d/next/C API/2018-11-22-18-15-46.bpo-35081.FdK9mV.rst new file mode 100644 index 000000000000..d1de852b724f --- /dev/null +++ b/Misc/NEWS.d/next/C API/2018-11-22-18-15-46.bpo-35081.FdK9mV.rst @@ -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``.