The changes for PYTHON-569 introduced a regression in time zone aware datetime creation when the C extensions are used with mod_wsgi. The problem only presents when the tz_aware option is True and a BSON datetime type is decoded in a python sub-interpreter.
See https://github.com/mongodb/mongo-python-driver/pull/233 for details and a patch
- related to
-
PYTHON-694 Test mod_wsgi sub interpreters
- Closed