Kaydet (Commit) 20a046cc authored tarafından Georg Brandl's avatar Georg Brandl

Remove old macro that isn't used anywhere anymore.

üst 95817b36
......@@ -73,10 +73,6 @@ PyAPI_FUNC(PyCodeObject *) PyCode_New(
PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
/* for internal use only */
#define _PyCode_GETCODEPTR(co, pp) \
((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
((co)->co_code, 0, (void **)(pp)))
typedef struct _addr_pair {
int ap_lower;
int ap_upper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment