mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
This commit is contained in:
parent
5b1b9eacb9
commit
dc374ac7b0
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue