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

subprocess module not compatible with python 2.5 #50439

Closed
itsadok mannequin opened this issue Jun 3, 2009 · 2 comments
Closed

subprocess module not compatible with python 2.5 #50439

itsadok mannequin opened this issue Jun 3, 2009 · 2 comments
Labels
build The build process and cross-build stdlib Python modules in the Lib dir

Comments

@itsadok
Copy link
Mannequin

itsadok mannequin commented Jun 3, 2009

BPO 6189
Nosy @amauryfa, @giampaolo
Files
  • subprocess.patch: fallback for python versions < 2.6
  • 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 2009-06-18.22:36:35.397>
    created_at = <Date 2009-06-03.13:27:54.583>
    labels = ['build', 'library']
    title = 'subprocess module not compatible with python 2.5'
    updated_at = <Date 2009-06-18.22:36:35.395>
    user = 'https://bugs.python.org/itsadok'

    bugs.python.org fields:

    activity = <Date 2009-06-18.22:36:35.395>
    actor = 'amaury.forgeotdarc'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-06-18.22:36:35.397>
    closer = 'amaury.forgeotdarc'
    components = ['Library (Lib)']
    creation = <Date 2009-06-03.13:27:54.583>
    creator = 'itsadok'
    dependencies = []
    files = ['14170']
    hgrepos = []
    issue_num = 6189
    keywords = ['patch']
    message_count = 2.0
    messages = ['88810', '89513']
    nosy_count = 3.0
    nosy_names = ['amaury.forgeotdarc', 'giampaolo.rodola', 'itsadok']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue6189'
    versions = ['Python 2.6']

    @itsadok
    Copy link
    Mannequin Author

    itsadok mannequin commented Jun 3, 2009

    According to PEP-291, the subprocess module is supposed to be compatible
    with python 2.2 and up.

    rev 60097 introduced the use of os.closerange(), which is new in python
    2.6.

    Either PEP-291 needs to be revised, rev 60097 be reverted, or some sort of
    fallback mechanism needs to be added.

    @itsadok itsadok mannequin added stdlib Python modules in the Lib dir build The build process and cross-build labels Jun 3, 2009
    @amauryfa
    Copy link
    Member

    Fixed with r73472

    @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
    build The build process and cross-build stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant