[Python-Dev] limited_api and datetime
stackless
tismer at stackless.com
Tue Aug 22 10:09:37 EDT 2017
Hi again,
I am trying to support the limited Api (PEP 384) for PySide. Fortunately,
everything worked out of the box, just the datetime module gives me
a problem. Inspection showed that datetime is completely removed
when the limitation is set.
Can somebody enlighten me why that needs to be so?
And how should I use datetime, instead: Fish the functions out of
the dynamically imported datetime module?
Thanks in advance - Chris
Sent from my Ei4Steve
More information about the Python-Dev
mailing list