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

test_subprocess tempfile issue #46013

Closed
JosephArmbruster mannequin opened this issue Dec 20, 2007 · 2 comments
Closed

test_subprocess tempfile issue #46013

JosephArmbruster mannequin opened this issue Dec 20, 2007 · 2 comments
Labels
tests Tests in the Lib/test dir

Comments

@JosephArmbruster
Copy link
Mannequin

JosephArmbruster mannequin commented Dec 20, 2007

BPO 1672
Nosy @gvanrossum
Files
  • subprocess.patch
  • 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 2007-12-20.17:28:43.597>
    created_at = <Date 2007-12-20.14:10:24.227>
    labels = ['tests']
    title = 'test_subprocess tempfile issue'
    updated_at = <Date 2007-12-20.17:28:43.594>
    user = 'https://bugs.python.org/JosephArmbruster'

    bugs.python.org fields:

    activity = <Date 2007-12-20.17:28:43.594>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2007-12-20.17:28:43.597>
    closer = 'gvanrossum'
    components = ['Tests']
    creation = <Date 2007-12-20.14:10:24.227>
    creator = 'JosephArmbruster'
    dependencies = []
    files = ['9012']
    hgrepos = []
    issue_num = 1672
    keywords = ['patch']
    message_count = 2.0
    messages = ['58875', '58906']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'JosephArmbruster']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1672'
    versions = ['Python 2.6']

    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Dec 20, 2007

    Subprocess contains a minor temporary file getter that failed in one of
    my terminals due to the method used to obtain a temporary directory
    location.

    Patch attached.

    @JosephArmbruster JosephArmbruster mannequin added the tests Tests in the Lib/test dir label Dec 20, 2007
    @gvanrossum
    Copy link
    Member

    Fixed in 2.6.
    Committed revision 59582.
    3.0 will follow at the next merge.

    @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
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant