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

Expose specialization stats in python #88888

Closed
iritkatriel opened this issue Jul 23, 2021 · 3 comments
Closed

Expose specialization stats in python #88888

iritkatriel opened this issue Jul 23, 2021 · 3 comments
Labels
3.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@iritkatriel
Copy link
Member

BPO 44725
Nosy @markshannon, @corona10, @iritkatriel
PRs
  • bpo-44725 : expose specialization stats in python #27192
  • 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 2021-08-02.14:22:55.602>
    created_at = <Date 2021-07-23.14:04:08.229>
    labels = ['interpreter-core', 'type-feature', '3.11']
    title = 'Expose specialization stats in python'
    updated_at = <Date 2021-08-02.14:22:55.602>
    user = 'https://github.com/iritkatriel'

    bugs.python.org fields:

    activity = <Date 2021-08-02.14:22:55.602>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-08-02.14:22:55.602>
    closer = 'iritkatriel'
    components = ['Interpreter Core']
    creation = <Date 2021-07-23.14:04:08.229>
    creator = 'iritkatriel'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44725
    keywords = ['patch']
    message_count = 3.0
    messages = ['398055', '398497', '398775']
    nosy_count = 3.0
    nosy_names = ['Mark.Shannon', 'corona10', 'iritkatriel']
    pr_nums = ['27192']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue44725'
    versions = ['Python 3.11']

    @iritkatriel
    Copy link
    Member Author

    Make it possible to fetch the current specialization stats in python so that we can compute deltas for small code snippets as well as use them for specialization unit tests.

    @iritkatriel iritkatriel added 3.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Jul 23, 2021
    @markshannon
    Copy link
    Member

    New changeset ddd1c41 by Irit Katriel in branch 'main':
    bpo-44725 : expose specialization stats in python (GH-27192)
    ddd1c41

    @iritkatriel
    Copy link
    Member Author

    Closing as the stats we added. I'll create a new issue for the refactor we discussed on the PR.

    @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.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants