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

[PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64. #46543

Closed
tpn opened this issue Mar 14, 2008 · 5 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@tpn
Copy link
Member

tpn commented Mar 14, 2008

BPO 2290
Nosy @loewis, @tpn
Files
  • sysconfig.py.patch: Patch to trunk/Lib/distutils/sysconfig.py
  • 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/tpn'
    closed_at = <Date 2008-03-19.06:32:54.014>
    created_at = <Date 2008-03-14.22:12:25.822>
    labels = ['type-bug', 'library']
    title = '[PATCH] Update Lib/distutils/sysconfig.py to handle x64 Windows builds living in pcbuild/amd64.'
    updated_at = <Date 2008-03-19.06:32:54.002>
    user = 'https://github.com/tpn'

    bugs.python.org fields:

    activity = <Date 2008-03-19.06:32:54.002>
    actor = 'trent'
    assignee = 'trent'
    closed = True
    closed_date = <Date 2008-03-19.06:32:54.014>
    closer = 'trent'
    components = ['Library (Lib)']
    creation = <Date 2008-03-14.22:12:25.822>
    creator = 'trent'
    dependencies = []
    files = ['9671']
    hgrepos = []
    issue_num = 2290
    keywords = ['patch']
    message_count = 5.0
    messages = ['63537', '63544', '63547', '63773', '64042']
    nosy_count = 2.0
    nosy_names = ['loewis', 'trent']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2290'
    versions = ['Python 2.6', 'Python 3.0']

    @tpn
    Copy link
    Member Author

    tpn commented Mar 14, 2008

    This patch is required in order to support x64 Windows builds that live
    in pcbuild/amd64. Without it, sysutils._python_build() returns the
    wrong directory, which causes the test_get_config_h_filename method in
    Lib/distutils/tests/test_sysconfig.py to fail.

    @tpn tpn added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Mar 14, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 15, 2008

    That shouldn't apply to 2.5, right?

    @tpn
    Copy link
    Member Author

    tpn commented Mar 15, 2008

    Ah, I suspect not. (Unless the 64-bit python*.exe builds end up in
    pcbuild/amd64.)

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 17, 2008

    This patch is fine, please apply.

    @loewis loewis mannequin assigned tpn Mar 17, 2008
    @tpn
    Copy link
    Member Author

    tpn commented Mar 19, 2008

    Fixed in r61606.

    @tpn tpn closed this as completed Mar 19, 2008
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant