Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PyPy #309

Open
2 tasks
Stranger6667 opened this issue Oct 29, 2021 · 0 comments
Open
2 tasks

Support PyPy #309

Stranger6667 opened this issue Oct 29, 2021 · 0 comments

Comments

@Stranger6667
Copy link
Owner

Stranger6667 commented Oct 29, 2021

  • Replace { (*self.object.cast::<PyDictObject>()).ma_used } with { pyo3::ffi::PyDict_Size(self.object) }
  • Add CI builds for testing & building the wheels

Though, due to C API, this library will be slower than alternative ones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant