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

Add time.CLOCK_PROF constant #76098

Closed
vstinner opened this issue Nov 1, 2017 · 2 comments
Closed

Add time.CLOCK_PROF constant #76098

vstinner opened this issue Nov 1, 2017 · 2 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@vstinner
Copy link
Member

vstinner commented Nov 1, 2017

BPO 31917
Nosy @vstinner, @koobs
PRs
  • bpo-31917: Add 3 new clock identifiers #4207
  • 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-11-02.11:19:44.680>
    created_at = <Date 2017-11-01.02:27:00.837>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Add time.CLOCK_PROF constant'
    updated_at = <Date 2017-11-02.11:19:44.679>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-11-02.11:19:44.679>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-11-02.11:19:44.680>
    closer = 'vstinner'
    components = ['Library (Lib)', 'FreeBSD']
    creation = <Date 2017-11-01.02:27:00.837>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31917
    keywords = ['patch']
    message_count = 2.0
    messages = ['305352', '305416']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'koobs']
    pr_nums = ['4207']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31917'
    versions = ['Python 3.7']

    @vstinner
    Copy link
    Member Author

    vstinner commented Nov 1, 2017

    The CLOCK_PROF clock is used internally by time.process_time(). It may be interesting to expose this constant if available.

    @vstinner vstinner added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Nov 1, 2017
    @vstinner
    Copy link
    Member Author

    vstinner commented Nov 2, 2017

    New changeset a64ce97 by Victor Stinner in branch 'master':
    bpo-31917: Add 3 new clock identifiers (bpo-4207)
    a64ce97

    @vstinner vstinner closed this as completed Nov 2, 2017
    @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.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant