Skip to content

distutils C compiler: set_executables() incorrectly parse values with spaces #76136

Description

@Mazay0
mannequin
BPO 31955
Nosy @vstinner, @merwok, @dstufft, @Mazay0
PRs
  • bpo-31955: Correct distinguish of list and string values in set_executable()  #4296
  • bpo-31955: Fixed incorrect string type check - use isinstance(value, basestring)… #4316
  • 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 = None
    closed_at = <Date 2017-11-08.15:50:23.119>
    created_at = <Date 2017-11-06.10:34:35.676>
    labels = ['type-bug', 'library']
    title = 'distutils C compiler: set_executables() incorrectly parse values with spaces'
    updated_at = <Date 2017-11-08.15:50:23.117>
    user = 'https://github.com/Mazay0'

    bugs.python.org fields:

    activity = <Date 2017-11-08.15:50:23.117>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-08.15:50:23.119>
    closer = 'vstinner'
    components = ['Distutils']
    creation = <Date 2017-11-06.10:34:35.676>
    creator = 'Dee Mee'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31955
    keywords = ['patch']
    message_count = 5.0
    messages = ['305627', '305645', '305760', '305858', '305860']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'eric.araujo', 'dstufft', 'Dee Mee']
    pr_nums = ['4296', '4316']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31955'
    versions = ['Python 2.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions