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
Currently we patch CPython and do a full build -- instead, we could just patch it at runtime (we already do this for pthread-related APIs). Our patches appear to be minimal and can probably be removed.
If we do this, we probably need to test on several CPython versions and include a list of supported versions.
The text was updated successfully, but these errors were encountered:
Currently we patch CPython and do a full build -- instead, we could just patch it at runtime (we already do this for pthread-related APIs). Our patches appear to be minimal and can probably be removed.
If we do this, we probably need to test on several CPython versions and include a list of supported versions.
The text was updated successfully, but these errors were encountered: