[Python-Dev] datetime nanosecond support (ctd?) (original) (raw)
Matthieu Bec mdcb808 at gmail.com
Thu Dec 18 03:52:10 CET 2014
- Previous message: [Python-Dev] datetime nanosecond support (ctd?)
- Next message: [Python-Dev] datetime nanosecond support (ctd?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Attached patch defines a new type struct_timespec for the time module. A new capsule exports the type along with to/from converters - opening a bridge for C, and for example the datetime module.
Your comments welcomed. If people feel this is worth the effort and going the right direction, I should be able to finish doco, unit-tests, whatever else is missing with a bit of guidance and move on other datetime aspects.
Regards, Matthieu
-------------- next part -------------- A non-text attachment was scrubbed... Name: time.struct_timespec.patch Type: text/x-patch Size: 5642 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20141217/ec05b446/attachment.bin>
- Previous message: [Python-Dev] datetime nanosecond support (ctd?)
- Next message: [Python-Dev] datetime nanosecond support (ctd?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]