Skip to content

Hypothesis version 6.153.5

Choose a tag to compare

@Zac-HD Zac-HD released this 27 May 16:35

This patch dramatically improves the performance of "from_type()" on
hierarchies of abstract classes whose subclasses refer back to the
base class (directly, or via a sibling subclass) in their annotations.
Resolution previously took time cubic in the number of subclasses; we
now resolve each type only once (issue #4729).

The canonical version of these notes (with links) is on readthedocs.