-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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] codeobject.c: decode_linetable #94816
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Comments
mdboom
added a commit
to mdboom/cpython
that referenced
this issue
Jul 14, 2022
This makes calls to co_lnotab to exercise this code, as well as generating synthetically large code to exercise the corner cases where line numbers need multiple bytes.
miss-islington
pushed a commit
that referenced
this issue
Jul 14, 2022
This makes calls to co_lnotab to exercise this code, as well as generating synthetically large code to exercise the corner cases where line numbers need multiple bytes. Automerge-Triggered-By: GH:brandtbucher
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 15, 2022
This makes calls to co_lnotab to exercise this code, as well as generating synthetically large code to exercise the corner cases where line numbers need multiple bytes. Automerge-Triggered-By: GH:brandtbucher (cherry picked from commit 20b9d2a) Co-authored-by: Michael Droettboom <[email protected]>
Is this done? I think the backport exposed a potential issue with the new tests (see my comment on the PR). |
brandtbucher
pushed a commit
that referenced
this issue
Jul 18, 2022
iritkatriel
added
tests
Tests in the Lib/test dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
labels
Nov 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
decode_linetable and its dependents
emit_pair
andemit_delta
all seem to be uncovered by the test suite.The text was updated successfully, but these errors were encountered: