Skip to content

[CLIENT-3146] Add support for free threading mode in Python 3.13#686

Draft
juliannguyen4 wants to merge 76 commits intodevfrom
CLIENT-3146-free-threading
Draft

[CLIENT-3146] Add support for free threading mode in Python 3.13#686
juliannguyen4 wants to merge 76 commits intodevfrom
CLIENT-3146-free-threading

Conversation

@juliannguyen4
Copy link
Collaborator

@juliannguyen4 juliannguyen4 commented Oct 21, 2024

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.h has global objs
  • All source files checked. The ones with global objs that have been addressed are:
  • geospatial/type.c
  • 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-commenter
Copy link

codecov-commenter commented Oct 21, 2024

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.

Files with missing lines Patch % Lines
src/main/conversions.c 0.00% 53 Missing ⚠️
src/main/client/batch_operate.c 0.00% 14 Missing ⚠️
src/main/client/operate.c 0.00% 13 Missing ⚠️
src/main/client/batch_read.c 0.00% 12 Missing ⚠️
src/main/convert_expressions.c 0.00% 10 Missing ⚠️
src/main/client/batch_apply.c 0.00% 6 Missing ⚠️
src/main/exception.c 0.00% 5 Missing ⚠️
src/main/geospatial/type.c 0.00% 4 Missing ⚠️
src/main/client/batch_write.c 0.00% 3 Missing ⚠️
src/main/client/type.c 0.00% 3 Missing ⚠️
... and 7 more
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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juliannguyen4 juliannguyen4 force-pushed the CLIENT-3146-free-threading branch from d440590 to 2b37036 Compare November 21, 2024 23:09
@juliannguyen4 juliannguyen4 force-pushed the CLIENT-3146-free-threading branch from a5a1690 to 4cab763 Compare February 6, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants