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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, haubi, martin.panter
Date 2018-01-03.19:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <cb35fa95-08f4-73a8-9efe-b5747d5f95d6@felt.demon.nl>
In-reply-to <1487925892.39.0.284188562445.issue27435@psf.upfronthosting.co.za>
Content
On 24/02/2017 09:44, Michael Haubenwallner wrote:
> Michael Haubenwallner added the comment:
>
> Let's switch to github-based patches to discuss about:
> issue27435/2.7">https://github.com/python/cpython/compare/2.7...haubi:issue27435/2.7
>
> For the library search path I prefer to use loadquery(L_GETLIBPATH), available via new _ctypes_aix module now, but also used with L_GETINFO in Python/dynload_aix.c already.

Back again - I could not find the _ctypes_aix you mentioned. github was 
new, and I had no time then. And what I saw in dynload_aix.c I did not 
understand. I was trying to emulate what I saw in the existing 
Lib/ctypes (i.e., resolve it in python code) rather than write code in C.

Clearly, you understand that path - I (still) do not. Obviously - making 
a library call is more efficient than making multiple subprocess calls.

I may be far enough along with git that I might be able to figure out 
how to "fetch" what you have on github as haubi:issue27435/2.7.

This may also be better, i.e., more efficient, ultimately, than what was 
merged via https://github.com/python/cpython/pull/4507

Now that I have found your work - thank you for all the time you put 
into this last year!

Michael

>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue27435>
> _______________________________________
>
History
Date User Action Args
2018-01-03 19:19:28Michael.Feltsetrecipients: + Michael.Felt, haubi, martin.panter, David.Edelsohn
2018-01-03 19:19:26Michael.Feltlinkissue27435 messages
2018-01-03 19:19:23Michael.Feltcreate