mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 10:25:43 +00:00
Use sys.settrace instead of PyEval_SetTrace for better compatibility
This commit is contained in:
@@ -161,7 +161,7 @@ private:
|
||||
static void outstream_del(PyObject *self);
|
||||
static PyObject *outstream_write(PyObject *self, PyObject *args);
|
||||
static PyObject *outstream_flush(PyObject *self, PyObject *args);
|
||||
static int traceEvent(PyObject *obj, PyFrameObject *frame, int what, PyObject *arg);
|
||||
static PyObject *outstream_trace(PyObject *self, PyObject *args, PyObject *kwargs);
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user