aerospike-client-python
aerospike-client-python copied to clipboard
[CLIENT-3146] Add support for free threading mode in Python 3.13
todo:
- replace borrowed ref api calls
- global state
- Certain C client variables need to be read using atomic functions
notes
- All header files checked for global objs. only
src/include/types.hhas global objs - All source files checked. The ones with global objs that have been addressed are:
- [x] geospatial/type.c
- [x] aerospike.c. TODO: m_size
- [ ] exception.c
- [ ] log.c
- [ ] serializer.c
Not replacing PyDict_GetItem() because it will be removed in another PR
todo extra changes:
- remove unused exception_types.h
Codecov Report
Attention: Patch coverage is 0% with 131 lines in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
ce5e01a) to head (e2aa216). Report is 3 commits behind head on dev.
Additional details and impacted files
@@ Coverage Diff @@
## dev #686 +/- ##
==========================================
- Coverage 81.78% 0.00% -81.79%
==========================================
Files 99 53 -46
Lines 14552 9969 -4583
==========================================
- Hits 11901 0 -11901
- Misses 2651 9969 +7318
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.