mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
This commit is contained in:
commit
dfa4e045a3
19 changed files with 20 additions and 20 deletions
|
@ -270,7 +270,7 @@ typedef int Py_ssize_clean_t;
|
|||
* for platforms that support that.
|
||||
*
|
||||
* If PY_LOCAL_AGGRESSIVE is defined before python.h is included, more
|
||||
* "aggressive" inlining/optimizaion is enabled for the entire module. This
|
||||
* "aggressive" inlining/optimization is enabled for the entire module. This
|
||||
* may lead to code bloat, and may slow things down for those reasons. It may
|
||||
* also lead to errors, if the code relies on pointer aliasing. Use with
|
||||
* care.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue