cpython/Misc/NEWS.d/next
Petr Viktorin 2c228a7b8f
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
<stdbool.h> is the standard/modern way to define embedd/extends Python free to define bool, true and false, but there are existing applications that use slightly different redefinitions, which fail if the header is included.

It's OK to use stdbool outside the public headers, though.

https://bugs.python.org/issue46748
2022-02-25 09:25:54 +01:00
..
Build bpo-46656: Remove Py_NO_NAN macro (GH-31160) 2022-02-25 01:32:57 +01:00
C API bpo-46748: Don't import <stdbool.h> in public headers (GH-31553) 2022-02-25 09:25:54 +01:00
Core and Builtins bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) 2022-02-25 03:05:25 +01:00
Documentation bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097) 2022-02-10 08:59:04 +01:00
IDLE bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950) 2022-02-12 19:04:48 -05:00
Library bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791) 2022-02-24 20:51:57 +01:00
macOS Python 3.11.0a5 2022-02-03 18:37:08 +00:00
Security Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Tests bpo-46623: Skip two test_zlib tests on s390x (GH-31096) 2022-02-25 00:32:02 +01:00
Tools-Demos Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Windows bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) 2022-02-07 16:59:40 +00:00