commit | 9f1b7b93f5f0ef589e7b272e127cacf4ce5d23f1 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <pganssle@users.noreply.github.com> | Tue Jan 16 13:06:31 2018 -0500 |
committer | Alexander Belopolsky <abalkin@users.noreply.github.com> | Tue Jan 16 13:06:31 2018 -0500 |
tree | 60cf60454cad0f99056713510c1c91744d7e7ff8 | |
parent | 6b5a27975a415108a5eac12ee302bf2b3233f4d4 [diff] |
bpo-32403: Faster date and datetime constructors (#4993) * Add tests for date subclass alternate constructors * Switch over alternate date constructors to fast path * Switch datetime constructors to fastpath, fix bpo-32404 * Add fast path for datetime in date subclass constructor * Set fold in constructor in datetime.combine * Add news entries.