Message310752
The change introduced a warning. Can someone please take a look (and maybe fix it)?
./Modules/posixmodule.c: In function 'os_dup2_impl':
./Modules/posixmodule.c:7785:9: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
int res;
^~~ |
|
| Date |
User |
Action |
Args |
| 2018-01-26 11:03:13 | vstinner | set | recipients:
+ vstinner, benjamin.peterson, xdegaye |
| 2018-01-26 11:03:13 | vstinner | set | messageid: <[email protected]> |
| 2018-01-26 11:03:13 | vstinner | link | issue32441 messages |
| 2018-01-26 11:03:13 | vstinner | create | |
|