summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Include
diff options
context:
space:
mode:
authorshadchin <[email protected]>2024-02-18 16:49:52 +0300
committershadchin <[email protected]>2024-02-18 17:00:16 +0300
commit0bb2168d0660be7316ffbafdb4bdc4e9957f39cf (patch)
treee708f9b05affa64aeffe0c94299576a86e99ab41 /contrib/tools/python3/src/Include
parent7fa34d0c38beee7d193b6bfd332431d3a851a667 (diff)
Enable perf trampoline
9ea3344aaff84779f6f3eea0c3cfb785c49857a7
Diffstat (limited to 'contrib/tools/python3/src/Include')
-rw-r--r--contrib/tools/python3/src/Include/pyconfig-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h
index 0cf6e48f50f..967ba21e958 100644
--- a/contrib/tools/python3/src/Include/pyconfig-linux.h
+++ b/contrib/tools/python3/src/Include/pyconfig-linux.h
@@ -1593,7 +1593,7 @@
#define PY_COERCE_C_LOCALE 1
/* Define to 1 if you have the perf trampoline. */
-/* #undef PY_HAVE_PERF_TRAMPOLINE */
+#define PY_HAVE_PERF_TRAMPOLINE 1
/* Define to 1 to build the sqlite module with loadable extensions support. */
#define PY_SQLITE_ENABLE_LOAD_EXTENSION 1