Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de85ed6

Browse files
committed
Closes #25393: Merge with 3.5
2 parents fe8d966 + 48e3f98 commit de85ed6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/resource.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ platform.
125125

126126
.. data:: RLIMIT_FSIZE
127127

128-
The maximum size of a file which the process may create. This only affects the
129-
stack of the main thread in a multi-threaded process.
128+
The maximum size of a file which the process may create.
130129

131130

132131
.. data:: RLIMIT_DATA
@@ -136,7 +135,8 @@ platform.
136135

137136
.. data:: RLIMIT_STACK
138137

139-
The maximum size (in bytes) of the call stack for the current process.
138+
The maximum size (in bytes) of the call stack for the current process. This only
139+
affects the stack of the main thread in a multi-threaded process.
140140

141141

142142
.. data:: RLIMIT_RSS

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ Xiang Zhang
16511651
Robert Xiao
16521652
Florent Xicluna
16531653
Arnon Yaari
1654+
Alakshendra Yadav
16541655
Hirokazu Yamamoto
16551656
Ka-Ping Yee
16561657
Chi Hsuan Yen

0 commit comments

Comments
 (0)