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

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

Closed
mdboom opened this issue Jul 13, 2022 · 1 comment
Closed

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

mdboom opened this issue Jul 13, 2022 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@mdboom
Copy link
Contributor

mdboom commented Jul 13, 2022

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).

@mdboom mdboom added the type-bug An unexpected behavior, bug, or error label Jul 13, 2022
@mdboom mdboom changed the title [coverage] frameobject.c: get_arg has no coverage [coverage] frameobject.c: Poor coverage in frame_setlineno and friends Jul 14, 2022
@mdboom
Copy link
Contributor Author

mdboom commented Jul 14, 2022

Tracking as part of #94808 instead.

@mdboom mdboom closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant