We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8656f commit aba96baCopy full SHA for aba96ba
hypothesis-python/src/hypothesis/internal/conjecture/engine.py
@@ -443,7 +443,7 @@ def kill_branch(self) -> NoReturn:
443
# if we simulated to an overrun, then we our result is certainly
444
# an overrun; no need to consult the cache. (and we store this result
445
# for simulation-less lookup later).
446
- self.__data_cache[key] = Overrun
+ self.__data_cache_ir[key] = Overrun
447
return Overrun
448
449
data = self.new_conjecture_data_ir(nodes, max_length=max_length)
0 commit comments