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

Allow registration of tuples #3785

Merged
merged 2 commits into from
Nov 5, 2023
Merged

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Nov 5, 2023

If this works (🤞), it'll fix #3750 and close #3782.

The underlying problem here is that old versions of the typing module had some really weird implementation details; happily they've been steadily cleaned up and with Python 3.7 now end of life we can simplify our handling considerably.

@Zac-HD Zac-HD added enhancement it's not broken, but we want it to be better internals Stuff that only Hypothesis devs should ever see labels Nov 5, 2023
@Zac-HD Zac-HD merged commit 5afa502 into HypothesisWorks:master Nov 5, 2023
47 checks passed
@Zac-HD Zac-HD deleted the tuples-cleanup branch November 5, 2023 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement it's not broken, but we want it to be better internals Stuff that only Hypothesis devs should ever see
Projects
None yet
Development

Successfully merging this pull request may close these issues.

register_type_strategy doesn't seem to work on parameterized generic types
1 participant