Message284559
I request that you review issue27435 - in particular msg284557 - as I feel ctypes implementation for AIX is broken - at least as far as the supporting routines are concerned.
When you know the "magic" one can call ctypes.CDLL() and it 'works'. ctypes.util.find_library() always returns None (maybe it works if a stack of GNU tools are also loaded, but not on a 'generic' AIX install)
ctypes.LibraryLoader() is always successful (i.e., no Traceback) but I am (personally) unsure of the actual return value. It feels like a false positive.
Thank you for your time and consideration!
p.s. - a "fix/patch" is nearly accepted for Python3.7 (see issue26439) - needs more for the docs - however, I feel is is a great short-coming to limit this to versions that are yet to come! |
|
Date |
User |
Action |
Args |
2017-01-03 13:21:22 | Michael.Felt | set | recipients:
+ Michael.Felt, ericvw, docs@python, David.Edelsohn, mdk |
2017-01-03 13:21:22 | Michael.Felt | set | messageid: <1483449682.05.0.737624194721.issue28845@psf.upfronthosting.co.za> |
2017-01-03 13:21:22 | Michael.Felt | link | issue28845 messages |
2017-01-03 13:21:21 | Michael.Felt | create | |
|