Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20a046c

Browse files
committed
Remove old macro that isn't used anywhere anymore.
1 parent 95817b3 commit 20a046c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Include/code.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ PyAPI_FUNC(PyCodeObject *) PyCode_New(
7373
PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
7474

7575
/* for internal use only */
76-
#define _PyCode_GETCODEPTR(co, pp) \
77-
((*Py_TYPE((co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
78-
((co)->co_code, 0, (void **)(pp)))
79-
8076
typedef struct _addr_pair {
8177
int ap_lower;
8278
int ap_upper;

0 commit comments

Comments
 (0)