-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add Cython build infra + initial extension module #365
Conversation
085f390
to
f8344b9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #365 +/- ##
==========================================
+ Coverage 91.00% 91.05% +0.04%
==========================================
Files 40 42 +2
Lines 3125 3209 +84
==========================================
+ Hits 2844 2922 +78
- Misses 281 287 +6 ☔ View full report in Codecov by Sentry. |
2bc8267
to
32c9914
Compare
daab9c3
to
a9b39a1
Compare
This adds support for building extension modules with Cython, and uses it to implement a Cython-based
kvp
. This lays the groundwork for remaining work for #338.