You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__,
4
+
which is used by the provisional :func:`~hypothesis.provisional.domains` strategy.
Copy file name to clipboardExpand all lines: hypothesis-python/docs/changes.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,12 @@ Hypothesis 6.x
24
24
6.92.1 - 2023-12-16
25
25
-------------------
26
26
27
-
This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`, where using :func:`~python:dataclasses.dataclass` with a :class:`~python:collections.defaultdict` field as a strategy argument would error.
27
+
This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`,
28
+
where using the :func:`~hypothesis.strategies.data` strategy would fail
29
+
to draw a :func:`~python:dataclasses.dataclass` with a
30
+
:class:`~python:collections.defaultdict` field. This was due to a bug
31
+
in the standard library which `was fixed in 3.12
32
+
<https://github.com/python/cpython/pull/32056>`__, so we've vendored the fix.
0 commit comments