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
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,