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
|
@ -266,8 +266,6 @@ typedef Py_intptr_t Py_ssize_t;
|
|||
* should keep using static.
|
||||
*/
|
||||
|
||||
#undef USE_INLINE /* XXX - set via configure? */
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(PY_LOCAL_AGGRESSIVE)
|
||||
/* enable more aggressive optimization for visual studio */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue