Skip to content

Conversation

krishna-datta
Copy link

@krishna-datta krishna-datta marked this pull request as ready for review October 10, 2025 17:02
new_codes = []

for lev, level_codes in zip(self.levels, self.codes):
for lev, level_codes in zip(self.levels, self.codes, strict=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What fails when this is True?


changed = False
for lev, level_codes in zip(self.levels, self.codes):
for lev, level_codes in zip(self.levels, self.codes, strict=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What fails when this is True?


retval = []
for lev, level_codes in zip(self.levels, self.codes):
for lev, level_codes in zip(self.levels, self.codes, strict=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What fails when this is True?

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