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

Optional extensions in setup.py #49833

Closed
birkenfeld opened this issue Mar 28, 2009 · 3 comments
Closed

Optional extensions in setup.py #49833

birkenfeld opened this issue Mar 28, 2009 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@birkenfeld
Copy link
Member

BPO 5583
Nosy @birkenfeld, @tarekziade
Files
  • opt-ext.diff
  • 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/tarekziade'
    closed_at = <Date 2009-03-31.22:38:31.105>
    created_at = <Date 2009-03-28.00:42:40.946>
    labels = ['library']
    title = 'Optional extensions in setup.py'
    updated_at = <Date 2010-04-24.15:15:18.299>
    user = 'https://github.com/birkenfeld'

    bugs.python.org fields:

    activity = <Date 2010-04-24.15:15:18.299>
    actor = 'tarek'
    assignee = 'tarek'
    closed = True
    closed_date = <Date 2009-03-31.22:38:31.105>
    closer = 'tarek'
    components = ['Distutils', 'Distutils2']
    creation = <Date 2009-03-28.00:42:40.946>
    creator = 'georg.brandl'
    dependencies = []
    files = ['13436']
    hgrepos = []
    issue_num = 5583
    keywords = ['patch']
    message_count = 3.0
    messages = ['84293', '84938', '104093']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'tarek']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5583'
    versions = ['Python 2.7']

    @birkenfeld
    Copy link
    Member Author

    Adds a new kwarg to the Extension constructor that does what Python's
    own /setup.py does to ignore build failure in an extension with a warning.

    I'm not sure if that's everything that's needed, but it seems to work in
    a simple test case.

    @birkenfeld birkenfeld added the stdlib Python modules in the Lib dir label Mar 28, 2009
    @tarekziade
    Copy link
    Mannequin

    tarekziade mannequin commented Mar 31, 2009

    done in r70910 and r70914

    @tarekziade tarekziade mannequin closed this as completed Mar 31, 2009
    @tarekziade
    Copy link
    Mannequin

    tarekziade mannequin commented Apr 24, 2010

    Warning: reverted in trunk, now leaves in distutils2

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant