Skip to content
Verified Commit 02a4afb6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Simplify an out-of-date optimisation

Newer versions of Python seem to optimize compound conditionals with
constants better than 3.8, so splitting them is no longer needed.

>>> if __debug__:
...     if [additional conditions]:
...         ...
parent 8121b89a
Loading
Loading
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