Skip to content
Snippets Groups Projects
Commit 256ac29c authored by sheaf's avatar sheaf Committed by Marge Bot
Browse files

Don't cache solved [W] HasCallStack constraints

This commit ensures we do not add solved Wanted constraints that mention
HasCallStack or HasExceptionContext constraints to the set of solved
Wanted dictionary constraints: caching them is invalid, because re-using
such cached dictionaries means using an old call-stack instead of
constructing a new one, as was reported in #25529.

Fixes #25529.
parent a8f543a9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment