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: failure in manager._debug_info() #49259

Closed
amauryfa opened this issue Jan 20, 2009 · 3 comments
Closed

multiprocessing: failure in manager._debug_info() #49259

amauryfa opened this issue Jan 20, 2009 · 3 comments

Comments

@amauryfa
Copy link
Member

BPO 5009
Nosy @amauryfa
Files
  • mp_zeroid.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 2009-01-21.02:24:45.863>
    created_at = <Date 2009-01-20.09:22:49.946>
    labels = []
    title = 'multiprocessing: failure in manager._debug_info()'
    updated_at = <Date 2009-01-21.02:24:45.862>
    user = 'https://github.com/amauryfa'

    bugs.python.org fields:

    activity = <Date 2009-01-21.02:24:45.862>
    actor = 'jnoller'
    assignee = 'jnoller'
    closed = True
    closed_date = <Date 2009-01-21.02:24:45.863>
    closer = 'jnoller'
    components = []
    creation = <Date 2009-01-20.09:22:49.946>
    creator = 'amaury.forgeotdarc'
    dependencies = []
    files = ['12809']
    hgrepos = []
    issue_num = 5009
    keywords = ['patch', 'needs review']
    message_count = 3.0
    messages = ['80239', '80252', '80313']
    nosy_count = 2.0
    nosy_names = ['amaury.forgeotdarc', 'jnoller']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5009'
    versions = ['Python 3.0']

    @amauryfa
    Copy link
    Member Author

    http://mail.python.org/pipermail/python-checkins/2009-January/077474.html
    probably indicates some other error in the manager's shared objects, but
    the debug_info() function fails to display anything.

    It seems that most keys in id_to_obj are strings ('%x' % id(obj)) except
    the first one which is zero. And since python 3, you cannot compare 0
    and '1' anymore...

    Patch attached. I'm not sure whether this zero is used elsewhere...
    and BTW, what is it useful for?

    @jnoller
    Copy link
    Mannequin

    jnoller mannequin commented Jan 20, 2009

    Dang, and here I was thinking I was making progress :)

    I'll review and check in later today

    @jnoller
    Copy link
    Mannequin

    jnoller mannequin commented Jan 21, 2009

    Checked in, r68839

    @jnoller jnoller mannequin closed this as completed Jan 21, 2009
    @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
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant