Skip to content

[coverage] frameobject.c: Poor coverage in frame_setlineno and friends #94809

Not planned
@mdboom

Description

@mdboom
Contributor

frame_setlineno has poor coverage in its helper functions get_arg and mark_stacks.

_PyFrame_GetState is also used from frame_setlineno (though also from public C API calls).

Activity

added
type-bugAn unexpected behavior, bug, or error
on Jul 13, 2022
changed the title [-][coverage] frameobject.c: get_arg has no coverage[/-] [+][coverage] frameobject.c: Poor coverage in frame_setlineno and friends[/+] on Jul 14, 2022
mdboom

mdboom commented on Jul 14, 2022

@mdboom
ContributorAuthor

Tracking as part of #94808 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mdboom

        Issue actions

          [coverage] frameobject.c: Poor coverage in frame_setlineno and friends · Issue #94809 · python/cpython