Skip to content

Hypothesis for Python - version 6.66.2

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 04 Feb 10:19
· 2468 commits to master since this release

This patch fixes a rare "RecursionError" when pretty-printing a multi-
line object without type-specific printer, which was passed to a
function which returned the same object by ".map()" or "builds()" and
thus recursed due to the new pretty reprs in Hypothesis 6.65.0 -
2023-01-24 (issue #3560). Apologies to all those affected.

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