Published February 4, 2023
| Version hypothesis-python-6.66.2
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
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.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.66.2.zip
Files
(9.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6e8317eaf8208ea8f036827c667ccff9
|
9.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.66.2 (URL)