diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-12 16:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 16:03:04 (GMT) |
commit | c9ca96dd968176580a011e852066c95a48aab7e0 (patch) | |
tree | 4a4388e7de6898df38c46f3ca4a8a96caa8545e1 /Misc | |
parent | b2fd32b2f041402bb9fc8607f01566c055aafed9 (diff) | |
download | cpython-c9ca96dd968176580a011e852066c95a48aab7e0.zip cpython-c9ca96dd968176580a011e852066c95a48aab7e0.tar.gz cpython-c9ca96dd968176580a011e852066c95a48aab7e0.tar.bz2 |
bpo-37160: Thread native ID NetBSD support (GH-13835)
(cherry picked from commit 5287022eeeb3c017d49fc8580b52e18377bf23f3)
Co-authored-by: David Carlier <dcarlier@afilias.info>
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.
|