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
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
A few missing bits that made it past the previous changes:
* _BytesArrayToVoidPtr operates on `bytes` class rather than on `str`
class. In Python 2, `bytes` is merely an alias for `str` so no
changes required, in Python3, `bytes` is the binary string returned by
various utilities such as `base64.b64decode()`
* Wheel packaging changed to reflect that the package is expected to
work on Python3.
0 commit comments