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

fix_no_dereference_thread_safetyness #2830

Merged

Conversation

bagerard
Copy link
Collaborator

@bagerard bagerard commented Aug 19, 2024

Recent builds are failing randomly due to non-thread-safetyness of no_dereference context manager, this addresses it

Fixes #1245

@bagerard bagerard force-pushed the fix_no_dereference_thread_safetyness branch 3 times, most recently from 562293d to 624ce0f Compare August 21, 2024 17:26
@bagerard bagerard marked this pull request as ready for review August 21, 2024 17:30
… to be a BaseField instance + make max_length a keyword only arg on ListField
@bagerard bagerard force-pushed the fix_no_dereference_thread_safetyness branch from dfda133 to e844138 Compare August 25, 2024 20:51
@bagerard bagerard merged commit cfc942f into MongoEngine:master Aug 25, 2024
20 checks passed
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.

With context_managers.no_dereference, the query results still dereference data
1 participant