mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
5c7ed7550e
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