diff options
author | William Ayd <william.ayd@icloud.com> | 2019-12-24 23:25:56 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-12-24 22:25:56 -0600 |
commit | 5c7ed7550ec2da16d7679e538fcd7c1a5631811f (patch) | |
tree | f92abd9e10bef96c8daa2f08c1e9030882cde1ee /Python/pythonrun.c | |
parent | 025eeaa19607b2a80c979668dad405f567444573 (diff) | |
download | cpython-git-5c7ed7550ec2da16d7679e538fcd7c1a5631811f.tar.gz |
Minor C API documentation improvements. (GH-17696)
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
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions