summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-05-28 09:35:14 (GMT)
committerGitHub <noreply@github.com>2017-05-28 09:35:14 (GMT)
commitf7ecfac0c15f0c43ef5e6c0081eb3a059af9f074 (patch)
treedc86efb4f9610d3bf9e6338170621bdd1f244f58 /Misc/NEWS
parenteca7da0f13c78013b924fe7306f3e2e59c0af40b (diff)
downloadcpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.zip
cpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.tar.gz
cpython-f7ecfac0c15f0c43ef5e6c0081eb3a059af9f074.tar.bz2
Doc nits for bpo-16500 (#1841)
* Doc nits for bpo-16500 * Fix more references
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b479e8..6f90175 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1052,6 +1052,9 @@ Windows
C API
-----
+- bpo-16500: Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
+ PyOS_AfterFork_Parent() and PyOS_AfterFork_Child().
+
- bpo-6532: The type of results of PyThread_start_new_thread() and
PyThread_get_thread_ident(), and the id parameter of
PyThreadState_SetAsyncExc() changed from "long" to "unsigned long".