Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--with-suffix not respected on case-insensitive file systems #91016

Closed
brettcannon opened this issue Feb 26, 2022 · 2 comments
Closed

--with-suffix not respected on case-insensitive file systems #91016

brettcannon opened this issue Feb 26, 2022 · 2 comments
Assignees
Labels
3.11 only security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@brettcannon
Copy link
Member

BPO 46860
Nosy @brettcannon
PRs
  • bpo-46860: Respect --with-suffix on case-insensitive file systems #31593
  • 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/brettcannon'
    closed_at = <Date 2022-03-04.22:56:36.443>
    created_at = <Date 2022-02-26.00:18:02.878>
    labels = ['type-bug', 'build', '3.11']
    title = '`--with-suffix` not respected on case-insensitive file systems'
    updated_at = <Date 2022-03-04.22:56:36.443>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2022-03-04.22:56:36.443>
    actor = 'brett.cannon'
    assignee = 'brett.cannon'
    closed = True
    closed_date = <Date 2022-03-04.22:56:36.443>
    closer = 'brett.cannon'
    components = ['Build']
    creation = <Date 2022-02-26.00:18:02.878>
    creator = 'brett.cannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46860
    keywords = ['patch']
    message_count = 2.0
    messages = ['414051', '414389']
    nosy_count = 1.0
    nosy_names = ['brett.cannon']
    pr_nums = ['31593']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue46860'
    versions = ['Python 3.11']

    @brettcannon
    Copy link
    Member Author

    If you use --with-suffix on a case-insensitive file system it is ultimately ignored and forced to .exe.

    PR incoming.

    @brettcannon brettcannon self-assigned this Feb 26, 2022
    @brettcannon brettcannon added the build The build process and cross-build label Feb 26, 2022
    @brettcannon brettcannon self-assigned this Feb 26, 2022
    @brettcannon brettcannon added type-bug An unexpected behavior, bug, or error build The build process and cross-build labels Feb 26, 2022
    @brettcannon
    Copy link
    Member Author

    New changeset 50ec345 by Brett Cannon in branch 'main':
    bpo-46860: Respect --with-suffix on case-insensitive file systems (GH-31593)
    50ec345

    @brettcannon brettcannon added 3.11 only security fixes labels Mar 2, 2022
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant