mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
The added parentheses around the PyIter_Next assignment suppress the following warning which gcc throws without: ``` warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ``` The other change is a typo fix