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

WeakSet.__repr__ and __str__ do not show contents of the set #81130

Closed
zooba opened this issue May 17, 2019 · 2 comments
Closed

WeakSet.__repr__ and __str__ do not show contents of the set #81130

zooba opened this issue May 17, 2019 · 2 comments
Labels
3.8 only security fixes 3.9 only security fixes type-feature A feature request or enhancement

Comments

@zooba
Copy link
Member

zooba commented May 17, 2019

BPO 36949
Nosy @zooba
PRs
  • bpo-36949: Implement __repr__ on WeakSet #13415
  • 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 2019-05-20.17:01:28.250>
    created_at = <Date 2019-05-17.16:46:26.486>
    labels = ['type-feature', '3.8', '3.9']
    title = 'WeakSet.__repr__ and __str__ do not show contents of the set'
    updated_at = <Date 2019-05-20.17:01:28.249>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2019-05-20.17:01:28.249>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-20.17:01:28.250>
    closer = 'steve.dower'
    components = []
    creation = <Date 2019-05-17.16:46:26.486>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36949
    keywords = ['patch']
    message_count = 2.0
    messages = ['342734', '342933']
    nosy_count = 1.0
    nosy_names = ['steve.dower']
    pr_nums = ['13415']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36949'
    versions = ['Python 3.8', 'Python 3.9']

    @zooba
    Copy link
    Member Author

    zooba commented May 17, 2019

    This spoils the output of our test suite when there are dangling threads, as the basic "print" doesn't show anything useful.

    @zooba zooba added 3.8 only security fixes 3.9 only security fixes type-feature A feature request or enhancement labels May 17, 2019
    @zooba
    Copy link
    Member Author

    zooba commented May 20, 2019

    New changeset 5ae1c84 by Steve Dower (Batuhan Taşkaya) in branch 'master':
    bpo-36949: Implement __repr__ on WeakSet (GH-13415)
    5ae1c84

    @zooba zooba closed this as completed May 20, 2019
    @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
    3.8 only security fixes 3.9 only security fixes type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant