mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 deletions
|
@ -176,7 +176,7 @@ PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
|
|||
|
||||
/* Stack size, in "pointers" (so we get extra safety margins
|
||||
on 64-bit platforms). On a 32-bit platform, this translates
|
||||
to a 8k margin. */
|
||||
to an 8k margin. */
|
||||
#define PYOS_STACK_MARGIN 2048
|
||||
|
||||
#if defined(WIN32) && !defined(MS_WIN64) && defined(_MSC_VER) && _MSC_VER >= 1300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue