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
chore(python): Skip buffer write lock test on PyPy (#480)
...apparently my local PyPy test was not sufficient to ensure that all
the tests pass on PyPy. This seems to be specific to the `memoryview()`
(not C extensions that properly release the buffer).
0 commit comments