New submission from Brian Kearns:

Brings timedelta creation up to par with the (simpler) C equivalent. Gives a 
nice speed boost on the pure-py version (not worth much on CPython but useful 
on other implementations like PyPy).

Included in a few other small bug fixes/cleanups, should be self-explanatory.

----------
files: timedelta.patch
keywords: patch
messages: 255322
nosy: bdkearns
priority: normal
severity: normal
status: open
title: update pure python datetime.timedelta creation
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41158/timedelta.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25729>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to