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

__slots__ may lead to undetected cycles #36122

Closed
loewis mannequin opened this issue Feb 18, 2002 · 2 comments
Closed

__slots__ may lead to undetected cycles #36122

loewis mannequin opened this issue Feb 18, 2002 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@loewis
Copy link
Mannequin

loewis mannequin commented Feb 18, 2002

BPO 519621
Nosy @gvanrossum, @loewis
Files
  • a.py
  • 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/gvanrossum'
    closed_at = <Date 2002-06-04.19:53:50.000>
    created_at = <Date 2002-02-18.21:51:01.000>
    labels = ['interpreter-core']
    title = '__slots__ may lead to undetected cycles'
    updated_at = <Date 2002-06-04.19:53:50.000>
    user = 'https://github.com/loewis'

    bugs.python.org fields:

    activity = <Date 2002-06-04.19:53:50.000>
    actor = 'gvanrossum'
    assignee = 'gvanrossum'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2002-02-18.21:51:01.000>
    creator = 'loewis'
    dependencies = []
    files = ['340']
    hgrepos = []
    issue_num = 519621
    keywords = []
    message_count = 2.0
    messages = ['9316', '9317']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'loewis']
    pr_nums = []
    priority = 'high'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue519621'
    versions = ['Python 2.3']

    @loewis
    Copy link
    Mannequin Author

    loewis mannequin commented Feb 18, 2002

    Please see the attached script. It should print

    Deleting
    Deleted
    done

    [and actually does when you remove the cycle], but prints

    Deleting
    done

    @loewis loewis mannequin closed this as completed Feb 18, 2002
    @loewis loewis mannequin assigned gvanrossum Feb 18, 2002
    @loewis loewis mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 18, 2002
    @loewis loewis mannequin closed this as completed Feb 18, 2002
    @loewis loewis mannequin assigned gvanrossum Feb 18, 2002
    @loewis loewis mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 18, 2002
    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Fixed. I think I'll fix this in 2.2.x too.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant