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
[mypyc] Getting capsule pointer from module instead of PyCapsule_Import (#18286)
Fixesmypyc/mypyc#999.
`PyCapsule_Import` was failing in sub-packages. Since the capsule is an
attribute of the module, we can access the capsule from the module
instead of importing it.
0 commit comments