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

multiprocessing: use contex-manager protocol for synchronization primitives #65764

Closed
neologix mannequin opened this issue May 23, 2014 · 3 comments
Closed

multiprocessing: use contex-manager protocol for synchronization primitives #65764

neologix mannequin opened this issue May 23, 2014 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@neologix
Copy link
Mannequin

neologix mannequin commented May 23, 2014

BPO 21565
Files
  • multiprocessing_context_manager.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 = None
    closed_at = <Date 2014-05-25.15:04:44.333>
    created_at = <Date 2014-05-23.21:13:27.151>
    labels = ['type-feature', 'library']
    title = 'multiprocessing: use contex-manager protocol for synchronization primitives'
    updated_at = <Date 2014-05-25.15:04:44.332>
    user = 'https://bugs.python.org/neologix'

    bugs.python.org fields:

    activity = <Date 2014-05-25.15:04:44.332>
    actor = 'neologix'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-05-25.15:04:44.333>
    closer = 'neologix'
    components = ['Library (Lib)']
    creation = <Date 2014-05-23.21:13:27.151>
    creator = 'neologix'
    dependencies = []
    files = ['35331']
    hgrepos = []
    issue_num = 21565
    keywords = ['patch', 'needs review']
    message_count = 3.0
    messages = ['219003', '219086', '219093']
    nosy_count = 3.0
    nosy_names = ['neologix', 'python-dev', 'sbt']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue21565'
    versions = ['Python 3.5']

    @neologix
    Copy link
    Mannequin Author

    neologix mannequin commented May 23, 2014

    This patch updates multiprocessing to use context-manager for locks, conditions, etc.

    @neologix neologix mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 23, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 25, 2014

    New changeset 9724eb19f6d0 by Charles-François Natali in branch 'default':
    Issue bpo-21565: multiprocessing: use contex-manager protocol for synchronization
    http://hg.python.org/cpython/rev/9724eb19f6d0

    @neologix
    Copy link
    Mannequin Author

    neologix mannequin commented May 25, 2014

    Committed (I've added a versionchanged as suggested by Antoine), closing.

    @neologix neologix mannequin closed this as completed May 25, 2014
    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants