-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bb: mediumMedium issue according to bug bounty categorizationMedium issue according to bug bounty categorizationbugSomething isn't workingSomething isn't workingbug bountyThis issue is prized out as part of the Bug Bounty ProgramThis issue is prized out as part of the Bug Bounty Program
Description
Currently comparison chaining is internally just rewritten such that x < y < z becomes x < y and y < z. In the case where y is not a constant, this actually breaks the semantics of python which state that the inner value should only be computed once. It does not matter here, since the only side effect is tracing - but should still be fixed also for reducing computation cost
Bug bounty: 500 ADA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bb: mediumMedium issue according to bug bounty categorizationMedium issue according to bug bounty categorizationbugSomething isn't workingSomething isn't workingbug bountyThis issue is prized out as part of the Bug Bounty ProgramThis issue is prized out as part of the Bug Bounty Program