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

For Cygwin built Python use Cygwin like an UNIX C compiler #33991

Closed
rliebscher mannequin opened this issue Feb 22, 2001 · 4 comments
Closed

For Cygwin built Python use Cygwin like an UNIX C compiler #33991

rliebscher mannequin opened this issue Feb 22, 2001 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@rliebscher
Copy link
Mannequin

rliebscher mannequin commented Feb 22, 2001

BPO 403947
Nosy @akuchling
Files
  • None: None
  • 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/akuchling'
    closed_at = <Date 2001-02-27.19:13:43.000>
    created_at = <Date 2001-02-22.15:54:49.000>
    labels = ['library']
    title = 'For Cygwin built Python use Cygwin like an UNIX C compiler'
    updated_at = <Date 2001-02-27.19:13:43.000>
    user = 'https://bugs.python.org/rliebscher'

    bugs.python.org fields:

    activity = <Date 2001-02-27.19:13:43.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Distutils']
    creation = <Date 2001-02-22.15:54:49.000>
    creator = 'rliebscher'
    dependencies = []
    files = ['3151']
    hgrepos = []
    issue_num = 403947
    keywords = ['patch']
    message_count = 4.0
    messages = ['35823', '35824', '35825', '35826']
    nosy_count = 3.0
    nosy_names = ['akuchling', 'jlt63', 'rliebscher']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue403947'
    versions = []

    @rliebscher
    Copy link
    Mannequin Author

    rliebscher mannequin commented Feb 22, 2001

    The patch from 1.37->1.38 went too far, as it assigns
    the cygwinccompiler class as default for Pythons built
    with cygwin.
    You can use cygwin in this case as normal UNIX-like compiler. (cygwinccompiler needs some work to handle the
    differences in Cygwin- and MSVC-Python. Makefile and
    config files are currently ignored by cygwinccompiler,
    as it was written to support cygwin for extensions
    which are intended to be used with the standard MSVC built Python.)

    @rliebscher rliebscher mannequin closed this as completed Feb 22, 2001
    @rliebscher rliebscher mannequin assigned akuchling Feb 22, 2001
    @rliebscher rliebscher mannequin added the stdlib Python modules in the Lib dir label Feb 22, 2001
    @rliebscher rliebscher mannequin closed this as completed Feb 22, 2001
    @rliebscher rliebscher mannequin assigned akuchling Feb 22, 2001
    @rliebscher rliebscher mannequin added the stdlib Python modules in the Lib dir label Feb 22, 2001
    @jlt63
    Copy link
    Mannequin

    jlt63 mannequin commented Feb 27, 2001

    Logged In: YES
    user_id=86216

    Will this patch be committed in time for Beta 1 scheduled for Thursday, 3/1/01? Without it Cygwin Python no
    longer builds OOTB.

    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Assigning to myself; I'll look at it after lunch.

    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Accepted and checked in; thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant