mirror of
https://github.com/python/cpython.git
synced 2025-10-27 08:46:53 +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 |
||
|---|---|---|
| .. | ||
| sqlite3 | ||
| custom.c | ||
| custom2.c | ||
| custom3.c | ||
| custom4.c | ||
| dbpickle.py | ||
| email-alternative.py | ||
| email-dir.py | ||
| email-headers.py | ||
| email-mime.py | ||
| email-read-alternative.py | ||
| email-simple.py | ||
| email-unpack.py | ||
| minidom-example.py | ||
| mp_newtype.py | ||
| mp_pool.py | ||
| mp_workers.py | ||
| run-func.c | ||
| setup.py | ||
| sublist.c | ||
| test.py | ||
| turtle-star.py | ||
| typestruct.h | ||
| tzinfo_examples.py | ||