summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-03-11 22:01:40 (GMT)
committerGitHub <noreply@github.com>2022-03-11 22:01:40 (GMT)
commitdc374ac7b0fabaed49461a2044c220765f48d229 (patch)
tree43b51ddf143635a58e00734e787647048438ad32 /Misc
parent5b1b9eacb92dd47d10793a8868246df6ea477ed6 (diff)
downloadcpython-dc374ac7b0fabaed49461a2044c220765f48d229.zip
cpython-dc374ac7b0fabaed49461a2044c220765f48d229.tar.gz
cpython-dc374ac7b0fabaed49461a2044c220765f48d229.tar.bz2
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-11-17-56-25.bpo-46968.pPVvNo.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-11-17-56-25.bpo-46968.pPVvNo.rst b/Misc/NEWS.d/next/Library/2022-03-11-17-56-25.bpo-46968.pPVvNo.rst
new file mode 100644
index 0000000..f526fa3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-11-17-56-25.bpo-46968.pPVvNo.rst
@@ -0,0 +1 @@
+Add ``os.sysconf_names['SC_MINSIGSTKSZ']``.