Skip to content

ctypes find_library should search LD_LIBRARY_PATH on Linux #54207

@jniehof

Description

@jniehof
mannequin
BPO 9998
Nosy @vsajip, @amauryfa, @abalkin, @meadori, @ambv, @vadmium, @aixtools
Files
  • ctypes_ld_lib_path.patch: Patch: ctypes.find_library() search LD_LIBRARY_PATH on linux
  • new-patch-using-ld-and-test.diff: Patch using ld rather than gcc and with a test
  • refresh-2016.diff: Patch updated to apply against 3.6.
  • refresh-2016-07-29.diff: New patch addressing vadmium's comments.
  • refresh-2016-08-07.diff: Responded to review comments.
  • refresh-2016-08-08.diff: Added exception handler for case where ld is unavailable
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/vsajip'
    closed_at = <Date 2016-08-17.15:20:39.174>
    created_at = <Date 2010-09-30.14:45:07.917>
    labels = ['ctypes', 'type-feature']
    title = 'ctypes find_library should search LD_LIBRARY_PATH on Linux'
    updated_at = <Date 2016-08-17.15:20:39.172>
    user = 'https://bugs.python.org/jniehof'

    bugs.python.org fields:

    activity = <Date 2016-08-17.15:20:39.172>
    actor = 'python-dev'
    assignee = 'vinay.sajip'
    closed = True
    closed_date = <Date 2016-08-17.15:20:39.174>
    closer = 'python-dev'
    components = ['ctypes']
    creation = <Date 2010-09-30.14:45:07.917>
    creator = 'jniehof'
    dependencies = []
    files = ['19068', '25822', '43929', '43937', '44036', '44052']
    hgrepos = []
    issue_num = 9998
    keywords = ['patch']
    message_count = 28.0
    messages = ['117738', '138738', '141079', '141093', '141115', '143255', '162296', '165794', '165806', '165807', '205069', '205097', '261412', '261628', '261731', '264146', '264164', '264191', '264247', '265281', '271512', '271579', '271583', '271586', '271587', '271621', '272184', '272959']
    nosy_count = 12.0
    nosy_names = ['vinay.sajip', 'amaury.forgeotdarc', 'belopolsky', 'meador.inge', 'lukasz.langa', 'jniehof', 'python-dev', 'Brian.Larsen', 'yaroslavvb', 'martin.panter', 'Michael.Felt', 'Pau Tallada']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue9998'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions