diff options
author | Andrew Rogers <32688592+adr26@users.noreply.github.com> | 2024-02-02 13:50:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 13:50:51 (GMT) |
commit | b3f0b698daf2438a6e59d5d19ccb34acdba0bffc (patch) | |
tree | c13e5926d093a35c2e7b63b525af2ef5b4733fe3 /Misc | |
parent | d29f57f6036353b4e705a42637177442bf7e07e5 (diff) | |
download | cpython-b3f0b698daf2438a6e59d5d19ccb34acdba0bffc.zip cpython-b3f0b698daf2438a6e59d5d19ccb34acdba0bffc.tar.gz cpython-b3f0b698daf2438a6e59d5d19ccb34acdba0bffc.tar.bz2 |
gh-104530: Enable native Win32 condition variables by default (GH-104531)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-05-16-06-52-34.gh-issue-104530.mJnA0W.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-05-16-06-52-34.gh-issue-104530.mJnA0W.rst b/Misc/NEWS.d/next/Core and Builtins/2023-05-16-06-52-34.gh-issue-104530.mJnA0W.rst new file mode 100644 index 0000000..8643a25 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-05-16-06-52-34.gh-issue-104530.mJnA0W.rst @@ -0,0 +1 @@ +Use native Win32 condition variables. |