Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix day-of-month overflow in datetimes() #2001

Merged
merged 2 commits into from Jun 26, 2019

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Jun 3, 2019

Some months have fewer than 31 days! And not trying to call datetime with an invalid month/day combination makes our can-overflow test impossible.

@Zac-HD Zac-HD added the performance go faster! use less memory! label Jun 3, 2019
@Zac-HD Zac-HD force-pushed the date-overflow branch 4 times, most recently from ce4caba to b0408de Compare June 4, 2019 07:29
@Zac-HD Zac-HD requested a review from alexwlchan June 4, 2019 14:16
Zac-HD and others added 2 commits June 20, 2019 13:29
Some months have fewer than 31 days!  Shocking but true.
@Zac-HD Zac-HD merged commit 56418a3 into HypothesisWorks:master Jun 26, 2019
@Zac-HD Zac-HD deleted the date-overflow branch June 26, 2019 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance go faster! use less memory!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants