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 martin.panter
Recipients BreamoreBoy, djc, jfinkels, martin.panter, theller
Date 2016-07-24.14:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469372192.78.0.243117715738.issue10036@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-24 14:56:32martin.pantersetrecipients: + martin.panter, theller, djc, jfinkels, BreamoreBoy
2016-07-24 14:56:32martin.pantersetmessageid: <1469372192.78.0.243117715738.issue10036@psf.upfronthosting.co.za>
2016-07-24 14:56:32martin.panterlinkissue10036 messages
2016-07-24 14:56:32martin.pantercreate