Skip to content

Commit aba96ba

Browse files
committed
wrong cache!
1 parent 9f8656f commit aba96ba

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/internal/conjecture

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/internal/conjecture/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def kill_branch(self) -> NoReturn:
443443
# if we simulated to an overrun, then we our result is certainly
444444
# an overrun; no need to consult the cache. (and we store this result
445445
# for simulation-less lookup later).
446-
self.__data_cache[key] = Overrun
446+
self.__data_cache_ir[key] = Overrun
447447
return Overrun
448448

449449
data = self.new_conjecture_data_ir(nodes, max_length=max_length)

0 commit comments

Comments
 (0)