diff options
author | David Carlier <dcarlier@afilias.info> | 2019-06-03 15:43:33 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-03 15:43:33 (GMT) |
commit | 0b9956e9162d8723c2a30ff316ecc25e54459fb1 (patch) | |
tree | b266191d989dfeefe00bd5b8b3913bfd398143f5 /Misc/NEWS.d | |
parent | 141da44bb45bc182886303fce92cbbae5631cb4c (diff) | |
download | cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.zip cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.tar.gz cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.tar.bz2 |
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-05-30-17-33-55.bpo-37087.vElenE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-05-30-17-33-55.bpo-37087.vElenE.rst b/Misc/NEWS.d/next/Core and Builtins/2019-05-30-17-33-55.bpo-37087.vElenE.rst new file mode 100644 index 0000000..a45330f --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-05-30-17-33-55.bpo-37087.vElenE.rst @@ -0,0 +1 @@ +Add native thread ID (TID) support to OpenBSD.
\ No newline at end of file |