summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst')
-rw-r--r--Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst b/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst
new file mode 100644
index 0000000000..521aea80bd
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/0072.bpo-16500.lRpooa.rst
@@ -0,0 +1,2 @@
+Deprecate PyOS_AfterFork() and add PyOS_BeforeFork(),
+PyOS_AfterFork_Parent() and PyOS_AfterFork_Child().