[2.7] bpo-27435 Fix ctypes.util.find_library failure on AIX (GH-4507)#5156
Closed
aixtools wants to merge 8 commits intopython:2.7from
Closed
[2.7] bpo-27435 Fix ctypes.util.find_library failure on AIX (GH-4507)#5156aixtools wants to merge 8 commits intopython:2.7from
aixtools wants to merge 8 commits intopython:2.7from
Conversation
add some specific AIX print statements as part of the self-tests
FYI: RTLD_NOW is already used, but buried in current code These are added so that they can be imported rather than static define in .py code Note - in Python3 these will be os.RTLD_MEMBER and os.RTLD_NOW
also - move "aix" block in util.py so that it is processed correctly
Contributor
Author
|
Removing for consideration in cpython. Shall include independently via aixtools/cpython fork. See http://www.aixtools.net/index.php/python2 if interested in patch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changes needed (mainly removal of f-strings) to backport to Python2-2.7.
a) among other things - I did this for myself.
b) demonstrates that it is easy (perhaps easier) to backport to Python3 (3.4, 3.5 and 3.6)
Besides removal of f-strings:
Still need to work on Docs
Still need to look at improvements based on suggestions/solutions that @haubi (?, Michael Haubi) posted on issue27435 thread (see 2.7...haubi:issue27435/2.7)
https://bugs.python.org/issue27435