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 matrixise
Recipients matrixise
Date 2018-01-26.15:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20180126153414.GA604@xps>
In-reply-to
Content
With the last revision, I get this warning from the compiler.

gcc -pthread -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration   -I. -I./Include    -DPy_BUILD_CORE  -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
./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 15:34:17matrixisesetrecipients: + matrixise
2018-01-26 15:34:17matrixiselinkissue32681 messages
2018-01-26 15:34:17matrixisecreate