summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst')
-rw-r--r--Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst b/Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst
new file mode 100644
index 0000000..8c5a0c9
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst
@@ -0,0 +1,3 @@
+Fix an undefined behaviour in the pthread implementation of
+:c:func:`PyThread_start_new_thread`: add a function wrapper to always return
+``NULL``.