mirror of
https://github.com/python/cpython.git
synced 2026-07-30 13:46:45 -04: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