Skip to content

gh-103826: fix unused variable warning introduced in gh-102343 - #103825

Merged
kumaraditya303 merged 1 commit into
python:mainfrom
sunmy2019:fix-warning
Apr 25, 2023
Merged

gh-103826: fix unused variable warning introduced in gh-102343#103825
kumaraditya303 merged 1 commit into
python:mainfrom
sunmy2019:fix-warning

Conversation

@sunmy2019

@sunmy2019sunmy2019 commented Apr 25, 2023

Copy link
Copy Markdown
Member

gh-102343 introduced a variable used only in the assert macro, causing unused variable warnings in release mode.

@sunmy2019

Copy link
Copy Markdown
MemberAuthor

@ericvsmith

@sunmy2019sunmy2019 changed the title fix unused variable warning introduced in gh-102343gh-103826: fix unused variable warning introduced in gh-102343Apr 25, 2023
@arhadthedevarhadthedev added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 25, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sunmy2019@kumaraditya303@arhadthedev@bedevere-bot