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 TheRegRunner, martin.panter, xnox
Date 2015-12-01.01:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448934894.98.0.248212800211.issue25751@psf.upfronthosting.co.za>
In-reply-to
Content
I do not believe 3.5 is fixed either:

$ python3.5
Python 3.5.0 (default, Sep 20 2015, 11:28:25) 
[GCC 5.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes.util
>>> ctypes.util.find_library("; echo Hello shell >&2")
Hello shell
>>> 

Issue 22636 has a patch with some review comments, but is is still open. I think it needs someone to take another look, perhaps update the patch, and get it committed.

I will mark the other issue as a bug fix for 2.7 and 3.4+.
History
Date User Action Args
2015-12-01 01:54:55martin.pantersetrecipients: + martin.panter, xnox, TheRegRunner
2015-12-01 01:54:54martin.pantersetmessageid: <1448934894.98.0.248212800211.issue25751@psf.upfronthosting.co.za>
2015-12-01 01:54:54martin.panterlinkissue25751 messages
2015-12-01 01:54:53martin.pantercreate