diff options
| author | David Carlier <dcarlier@afilias.info> | 2019-06-03 16:43:33 +0100 |
|---|---|---|
| committer | Victor Stinner <vstinner@redhat.com> | 2019-06-03 17:43:33 +0200 |
| commit | 0b9956e9162d8723c2a30ff316ecc25e54459fb1 (patch) | |
| tree | b266191d989dfeefe00bd5b8b3913bfd398143f5 /Misc | |
| parent | 141da44bb45bc182886303fce92cbbae5631cb4c (diff) | |
| download | cpython-git-0b9956e9162d8723c2a30ff316ecc25e54459fb1.tar.gz | |
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
Diffstat (limited to 'Misc')
| -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 0000000000..a45330fed9 --- /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 |
