This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, vstinner, xdegaye
Date 2018-01-26.11:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516964593.55.0.467229070634.issue32441@psf.upfronthosting.co.za>
In-reply-to
Content
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;
         ^~~
History
Date User Action Args
2018-01-26 11:03:13vstinnersetrecipients: + vstinner, benjamin.peterson, xdegaye
2018-01-26 11:03:13vstinnersetmessageid: <1516964593.55.0.467229070634.issue32441@psf.upfronthosting.co.za>
2018-01-26 11:03:13vstinnerlinkissue32441 messages
2018-01-26 11:03:13vstinnercreate