mirror of
https://github.com/python/cpython.git
synced 2025-07-16 15:55:18 +00:00
Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs;
un-analize Get's definition ("void" is needed only in declarations, not defns, & is generally considered bad style in the latter).
This commit is contained in:
parent
9a2d9d7f04
commit
51de6906be
2 changed files with 3 additions and 1 deletions
|
@ -302,7 +302,7 @@ Py_MakePendingCalls(void)
|
|||
|
||||
static int recursion_limit = 2500;
|
||||
|
||||
int Py_GetRecursionLimit(void)
|
||||
int Py_GetRecursionLimit()
|
||||
{
|
||||
return recursion_limit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue