diff options
author | David Carlier <dcarlier@afilias.info> | 2019-06-12 15:37:56 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-12 15:37:56 (GMT) |
commit | 5287022eeeb3c017d49fc8580b52e18377bf23f3 (patch) | |
tree | 74a6058866de460894474587985c05add709eecc /Misc | |
parent | 32dda263e4e8c8e0fadc2bb29b9856e2f177dde9 (diff) | |
download | cpython-5287022eeeb3c017d49fc8580b52e18377bf23f3.zip cpython-5287022eeeb3c017d49fc8580b52e18377bf23f3.tar.gz cpython-5287022eeeb3c017d49fc8580b52e18377bf23f3.tar.bz2 |
bpo-37160: Thread native ID NetBSD support (GH-13835)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-05-09-24-17.bpo-37160.O3IAY3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-05-09-24-17.bpo-37160.O3IAY3.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-05-09-24-17.bpo-37160.O3IAY3.rst new file mode 100644 index 0000000..c2fc680 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-05-09-24-17.bpo-37160.O3IAY3.rst @@ -0,0 +1 @@ +:func:`threading.get_native_id` now also supports NetBSD.
|