From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:14:31 +0000 (+0100) Subject: [3.12] GH- gh-111700: Fix syntax highlighting for C code in the "What's New In Python... X-Git-Tag: v3.12.2~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7a1431c4376728332e74676a8f6002be6919da2;p=thirdparty%2FPython%2Fcpython.git [3.12] GH- gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (GH-113609) (#113610) GH- gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (GH-113609) Fix PEP 684 syntax highlighting in what's new Python 3.12 (cherry picked from commit 9ce6c01e38a2fc7a5ce832f1f8c8d9097132556d) Co-authored-by: Parth Doshi --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 257f9ee1f5c4..78b85f671627 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -343,7 +343,9 @@ cores. This is currently only available through the C-API, though a Python API is :pep:`anticipated for 3.13 <554>`. Use the new :c:func:`Py_NewInterpreterFromConfig` function to -create an interpreter with its own GIL:: +create an interpreter with its own GIL: + +.. code-block:: c PyInterpreterConfig config = { .check_multi_interp_extensions = 1,