diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-25 23:31:06 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-25 23:31:06 (GMT) |
commit | d858a7763ae31148451b79b7f258f34ddc5a11b0 (patch) | |
tree | de46f8bc86ae6e509a8bd2e87508a7f0084ed4f9 /pyconfig.h.in | |
parent | ec6229e35247ef9eff6c2af254cee4a558d1d46a (diff) | |
download | cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.zip cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.tar.gz cpython-d858a7763ae31148451b79b7f258f34ddc5a11b0.tar.bz2 |
Massive performance improvement for C extension and builtin tracing code
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e939c01..8cb0cff 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -759,9 +759,6 @@ /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS -/* Define to enable profile hooks for C extension functions and builtins */ -#undef WITH_C_PROF - /* Define if you want documentation strings in extension modules */ #undef WITH_DOC_STRINGS |