components/python/python34/patches/00-dtrace.patch
changeset 7095 6469e6424607
parent 5229 b7b91ddbbdce
--- a/components/python/python34/patches/00-dtrace.patch	Wed Oct 12 14:01:13 2016 -0600
+++ b/components/python/python34/patches/00-dtrace.patch	Wed Oct 12 11:24:25 2016 -0700
@@ -2034,3 +2034,13 @@
          #
          # Here ends the simple stuff.  From here on, modules need certain
          # libraries, are platform-specific, or present other surprises.
+--- Python-3.4.5/Include/ceval.h.~1~	2016-06-25 14:52:29.000000000 -0700
++++ Python-3.4.5/Include/ceval.h	2016-10-10 07:44:22.446433750 -0700
+@@ -111,6 +111,7 @@
+ PyAPI_FUNC(PyObject *) PyEval_GetCallStats(PyObject *);
+ PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
+ PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
++#pragma	no_inline(PyEval_EvalFrameEx)
+ 
+ /* Interface for threads.
+