mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Now that COPYBUF is a new local macro, add #undef COPYBUF.
This commit is contained in:
parent
a0fb177be8
commit
5af588b7f0
1 changed files with 1 additions and 0 deletions
|
@ -1646,6 +1646,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
|
|||
#undef COPYNUM
|
||||
#undef COPYSEQ
|
||||
#undef COPYMAP
|
||||
#undef COPYBUF
|
||||
|
||||
#define SLOTDEFINED(SLOT) \
|
||||
(base->SLOT != 0 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue