diff options
author | Thomas Wouters <thomas@python.org> | 2024-02-15 20:53:06 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-02-15 20:53:06 (GMT) |
commit | 26f23daa1ea30dea368f00c2131017cef2586adc (patch) | |
tree | 7baca7617b71747da914ebb655a6e00f46a56a00 /Misc | |
parent | c08c0679055d96c0397cf128bf7cc8134538b36a (diff) | |
parent | ae460d450ab854ca66d509ef6971cfe1b6312405 (diff) | |
download | cpython-26f23daa1ea30dea368f00c2131017cef2586adc.zip cpython-26f23daa1ea30dea368f00c2131017cef2586adc.tar.gz cpython-26f23daa1ea30dea368f00c2131017cef2586adc.tar.bz2 |
Merge branch 'main' of https://github.com/python/cpython
Diffstat (limited to 'Misc')
4 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-01-28-02-46-12.gh-issue-112433.FUX-nT.rst b/Misc/NEWS.d/next/Core and Builtins/2024-01-28-02-46-12.gh-issue-112433.FUX-nT.rst new file mode 100644 index 0000000..fdd11bd --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-01-28-02-46-12.gh-issue-112433.FUX-nT.rst @@ -0,0 +1 @@ +Add ability to force alignment of :mod:`ctypes.Structure` by way of the new ``_align_`` attribute on the class. diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-43.gh-issue-115347.VkHvQC.rst b/Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-43.gh-issue-115347.VkHvQC.rst new file mode 100644 index 0000000..16f357a --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-43.gh-issue-115347.VkHvQC.rst @@ -0,0 +1,2 @@ +Fix bug where docstring was replaced by a redundant NOP when Python is run +with ``-OO``. diff --git a/Misc/NEWS.d/next/Tests/2024-02-12-22-35-01.gh-issue-115376.n9vubZ.rst b/Misc/NEWS.d/next/Tests/2024-02-12-22-35-01.gh-issue-115376.n9vubZ.rst new file mode 100644 index 0000000..e09d78a --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-02-12-22-35-01.gh-issue-115376.n9vubZ.rst @@ -0,0 +1 @@ +Fix segfault in ``_testinternalcapi.compiler_codegen`` on bad input. diff --git a/Misc/NEWS.d/next/Tests/2024-02-13-18-24-04.gh-issue-115420.-dlzfI.rst b/Misc/NEWS.d/next/Tests/2024-02-13-18-24-04.gh-issue-115420.-dlzfI.rst new file mode 100644 index 0000000..1442ada --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-02-13-18-24-04.gh-issue-115420.-dlzfI.rst @@ -0,0 +1,2 @@ +Fix translation of exception hander targets by +``_testinternalcapi.optimize_cfg``. |