mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Fixed some build issues and updated docs.
This commit is contained in:
parent
d157e69777
commit
bce52be491
6 changed files with 15 additions and 10 deletions
|
@ -167,7 +167,7 @@ static PyGetSetDef meth_getsets [] = {
|
|||
#define OFF(x) offsetof(PyCFunctionObject, x)
|
||||
|
||||
static PyMemberDef meth_members[] = {
|
||||
{"__module__", T_OBJECT, OFF(m_module), WRITE_RESTRICTED},
|
||||
{"__module__", T_OBJECT, OFF(m_module), PY_WRITE_RESTRICTED},
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue