Some Python types I fetch using the import machinery have a C API available. Use the latter when after dropping support for older Python versions. * [ ] Use the C API for `datetime.date` and `datetime.timedelta` (available from Python 3.11) * [DateTime Objects — Python 3.11.14 documentation](https://docs.python.org/3.11/c-api/datetime.html)