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

Missing tests for CALL_FUNCTION_EX opcode profiling method_descriptor #81175

Closed
jdemeyer opened this issue May 21, 2019 · 2 comments
Closed

Missing tests for CALL_FUNCTION_EX opcode profiling method_descriptor #81175

jdemeyer opened this issue May 21, 2019 · 2 comments
Labels
3.8 only security fixes tests Tests in the Lib/test dir

Comments

@jdemeyer
Copy link
Contributor

BPO 36994
Nosy @rbtcollins, @jdemeyer
PRs
  • bpo-36994: add test for profiling method_descriptor with **kwargs #13461
  • 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-22.10:06:09.454>
    created_at = <Date 2019-05-21.13:05:13.232>
    labels = ['3.8', 'tests']
    title = 'Missing tests for CALL_FUNCTION_EX opcode profiling method_descriptor'
    updated_at = <Date 2019-05-22.10:06:09.453>
    user = 'https://github.com/jdemeyer'

    bugs.python.org fields:

    activity = <Date 2019-05-22.10:06:09.453>
    actor = 'jdemeyer'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-05-22.10:06:09.454>
    closer = 'jdemeyer'
    components = ['Tests']
    creation = <Date 2019-05-21.13:05:13.232>
    creator = 'jdemeyer'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36994
    keywords = ['patch']
    message_count = 2.0
    messages = ['343044', '343166']
    nosy_count = 2.0
    nosy_names = ['rbcollins', 'jdemeyer']
    pr_nums = ['13461']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue36994'
    versions = ['Python 3.8']

    @jdemeyer
    Copy link
    Contributor Author

    The branch for profiling a method_descriptor inside do_call_core is not tested by the test suite.

    @jdemeyer jdemeyer added 3.8 only security fixes tests Tests in the Lib/test dir labels May 21, 2019
    @rbtcollins
    Copy link
    Member

    New changeset b892d3e by Robert Collins (Jeroen Demeyer) in branch 'master':
    bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461)
    b892d3e

    @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 tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants