Keep reference to module dict around also in limited mode (GH-3707)
`PyModule_GetDict` is part of the limited API so we can keep a reference to the module dict around regardless of limited mode being enabled or not.
Showing
Please register or sign in to comment