-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Context
https://github.com/python/cpython/issues/114763 uncovered that lazily-loaded modules cannot have their attributes accessed in a thread-safe manner. This was fixed in Python 3.11.9 and Python 3.12.
Definition of done
Our lazy-loading code should check to verify that the user is using a thread-safe version of Python before running.
Pitfalls
N/A.
- is related to
-
PYTHON-4469 Optimize import time of ObjectID
- Closed