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

Reference leaks in test_collections #69930

Closed
serhiy-storchaka opened this issue Nov 27, 2015 · 2 comments
Closed

Reference leaks in test_collections #69930

serhiy-storchaka opened this issue Nov 27, 2015 · 2 comments
Labels
extension-modules C modules in the Modules dir performance Performance or resource usage tests Tests in the Lib/test dir

Comments

@serhiy-storchaka
Copy link
Member

BPO 25744
Nosy @rhettinger, @serhiy-storchaka
Superseder
  • bpo-29638: Spurious failures in test_collections in releak hunting mode after typing is imported
  • 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 2017-03-05.18:09:38.151>
    created_at = <Date 2015-11-27.18:04:18.437>
    labels = ['extension-modules', 'tests', 'performance']
    title = 'Reference leaks in test_collections'
    updated_at = <Date 2017-03-05.18:09:38.149>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-05.18:09:38.149>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-03-05.18:09:38.151>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Tests']
    creation = <Date 2015-11-27.18:04:18.437>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 25744
    keywords = []
    message_count = 2.0
    messages = ['255469', '289035']
    nosy_count = 2.0
    nosy_names = ['rhettinger', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '29638'
    type = 'resource usage'
    url = 'https://bugs.python.org/issue25744'
    versions = ['Python 3.6']

    @serhiy-storchaka
    Copy link
    Member Author

    $ ./python -m test.regrtest -uall -R 3:3 test_collections
    [1/1] test_collections
    beginning 6 repetitions
    123456
    ......
    test_collections leaked [-2, 0, 0] references, sum=-2
    test_collections leaked [-1, 2, 1] memory blocks, sum=2
    1 test failed:
        test_collections

    @serhiy-storchaka serhiy-storchaka added extension-modules C modules in the Modules dir tests Tests in the Lib/test dir performance Performance or resource usage labels Nov 27, 2015
    @serhiy-storchaka
    Copy link
    Member Author

    Closed in favor of bpo-29638. The latter has a patch.

    @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
    extension-modules C modules in the Modules dir performance Performance or resource usage tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant