mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC
This commit is contained in:
parent
061b14a4a1
commit
a606faa491
6 changed files with 64 additions and 5 deletions
|
@ -67,9 +67,6 @@ static char copyright[] =
|
|||
/* enables fast searching */
|
||||
#define USE_FAST_SEARCH
|
||||
|
||||
/* enables aggressive inlining (always on for Visual C) */
|
||||
#undef USE_INLINE
|
||||
|
||||
/* enables copy/deepcopy handling (work in progress) */
|
||||
#undef USE_BUILTIN_COPY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue