Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 338 Bytes

RELEASE.rst

File metadata and controls

6 lines (5 loc) · 338 Bytes

RELEASE_TYPE: patch

This patch changes the backing datastructures of ~hypothesis.register_random and a few internal caches to use weakref.WeakKeyDictionary. This reduces memory usage and may improve performance when registered ~random.Random instances are only used for a subset of your tests (3131).