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

weakref callbacks are called only if the weakref is alive #42683

Closed
noamr mannequin opened this issue Dec 12, 2005 · 2 comments
Closed

weakref callbacks are called only if the weakref is alive #42683

noamr mannequin opened this issue Dec 12, 2005 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@noamr
Copy link
Mannequin

noamr mannequin commented Dec 12, 2005

BPO 1379023
Nosy @arigo
Files
  • libweakref.tex.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 2005-12-29.17:43:34.000>
    created_at = <Date 2005-12-12.21:34:21.000>
    labels = ['docs']
    title = 'weakref callbacks are called only if the weakref is alive'
    updated_at = <Date 2005-12-29.17:43:34.000>
    user = 'https://bugs.python.org/noamr'

    bugs.python.org fields:

    activity = <Date 2005-12-29.17:43:34.000>
    actor = 'arigo'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2005-12-12.21:34:21.000>
    creator = 'noamr'
    dependencies = []
    files = ['6917']
    hgrepos = []
    issue_num = 1379023
    keywords = ['patch']
    message_count = 2.0
    messages = ['49191', '49192']
    nosy_count = 2.0
    nosy_names = ['arigo', 'noamr']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1379023'
    versions = []

    @noamr
    Copy link
    Mannequin Author

    noamr mannequin commented Dec 12, 2005

    Weak reference objects have an optional callback
    argument, which is a function that is called when the
    original object is killed. This function is called only
    if the created weakref object is still alive. This fact
    isn't mentioned in the documentation - this patch
    mentions it.

    @noamr noamr mannequin closed this as completed Dec 12, 2005
    @noamr noamr mannequin added the docs Documentation in the Doc dir label Dec 12, 2005
    @noamr noamr mannequin closed this as completed Dec 12, 2005
    @noamr noamr mannequin added the docs Documentation in the Doc dir label Dec 12, 2005
    @arigo
    Copy link
    Mannequin

    arigo mannequin commented Dec 29, 2005

    Logged In: YES
    user_id=4771

    Checked in as r41846.

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants