Skip to content

Conversation

@dflook
Copy link
Owner

@dflook dflook commented Dec 11, 2025

The check for the __debug__ name was only working for the simple case of if __debug__:,
any other single comparison of an expression to == True, is True, not False was also incorrectly removed

The check for the `__debug__` name was only working for the simple case of `if __debug__:`,
any other comparison of (== True, is True, not False) was incorrectly removed
@dflook dflook merged commit 2d066ae into main Dec 11, 2025
113 of 126 checks passed
@dflook dflook deleted the fix-debug branch December 11, 2025 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants