Commit d127d7f8 authored by Guido van Rossum's avatar Guido van Rossum

Now that COPYBUF is a new local macro, add #undef COPYBUF.

parent 9ffad9ee
......@@ -1646,6 +1646,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
#undef COPYNUM
#undef COPYSEQ
#undef COPYMAP
#undef COPYBUF
#define SLOTDEFINED(SLOT) \
(base->SLOT != 0 && \
......
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