bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)

This commit is contained in:
Victor Stinner 2022-03-11 23:01:40 +01:00 committed by GitHub
parent 5b1b9eacb9
commit dc374ac7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -4755,6 +4755,9 @@ Miscellaneous System Information
.. availability:: Unix.
.. versionchanged:: 3.11
Add ``'SC_MINSIGSTKSZ'`` name.
The following data values are used to support path manipulation operations. These
are defined for all platforms.