Re: [Python-3000] Request for documentation: PyModuleDef

2008-09-30 Thread Martin v. Löwis
Jan Althaus wrote: > Please correct me if I'm wrong, but it doesn't seem like there is a full > documentation of PyModuleDef's members available? That's most likely the case, yes. > While some of them are intuitive, others aren't. The usage of m_size in > particular isn't clear to me. See PEP 31

[Python-3000] Request for documentation: PyModuleDef

2008-09-30 Thread Jan Althaus
Please correct me if I'm wrong, but it doesn't seem like there is a full documentation of PyModuleDef's members available? While some of them are intuitive, others aren't. The usage of m_size in particular isn't clear to me. I understand this is the size of additional per-interpreter storage,