[issue10036] compiler warnings for various modules on Linux buildslaves

Martin Panter report at bugs.python.org
Sun Jul 24 10:56:32 EDT 2016


Martin Panter added the comment:

The three unused results in Modules/_posixsubprocess.c are probably fixed by revision dd18cccb55b0.

The Modules/socketmodule.c pointer aliasing was addressed in 3.3 by Issue 8623, and the Modules/_multiprocessing/multiprocessing.c type-punning has been eliminated in 3.3 by Issue 12981.

Also, I tend to agree about the libffi stuff. So I am closing this.

----------
nosy: +martin.panter
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Aliasing warnings in socketmodule.c

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10036>
_______________________________________


More information about the Python-bugs-list mailing list