mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
105f22ea46
We make use of the same mechanism that we use for the static builtin types. This required a few tweaks. The relevant code could use some cleanup but I opted to avoid the significant churn in this change. I'll tackle that separately. This change is the final piece needed to make _datetime support multiple interpreters. I've updated the module slot accordingly.
Miscellaneous source files for the main Python shared library