You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now Python supports having a memory area shared by different sub interpreters. I am not sure if we are going to need this so we won't support this for now, but stays here documented for when the time comes.
Now Python supports having a memory area shared by different sub interpreters. I am not sure if we are going to need this so we won't support this for now, but stays here documented for when the time comes.
See https://docs.python.org/3/c-api/module.html#c.PyModuleDef.m_size
The text was updated successfully, but these errors were encountered: