-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled #98265
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
Merged
Merged
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled #98265
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6b8f9c2
keep target labels when debugging, but don't warn about lack of use
smontanaro 3abeec3
NEWS blurb
smontanaro 5194f57
Merge branch 'main' into gh-25949
smontanaro 4071c27
get the issue number right
smontanaro c15aa69
Merge remote-tracking branch 'origin/main' into gh-25949
smontanaro 61e5021
Merge remote-tracking branch 'origin/gh-25949' into gh-25949
smontanaro 08a58fe
Merge branch 'main' into gh-25949
smontanaro 8c48884
Merge branch 'main' into gh-25949
smontanaro dc899f7
Merge branch 'main' into gh-25949
smontanaro 8abe801
Merge branch 'main' into gh-25949
smontanaro cdfbe7b
Merge branch 'main' into gh-25949
smontanaro a56d52c
Merge branch 'main' into gh-25949
smontanaro 1f74101
Merge branch 'main' into gh-25949
smontanaro cafe4f4
Merge branch 'main' into gh-25949
e7ec54e
Merge branch 'main' into gh-25949
smontanaro 8d5661b
Merge branch 'main' into gh-25949
smontanaro ec1f2fe
Merge branch 'main' into gh-25949
smontanaro 8fec43c
Merge branch 'main' into gh-25949
smontanaro 13bd5fa
keep target labels when debugging, but don't warn about lack of use
smontanaro f023acc
NEWS blurb
smontanaro cb638e3
get the issue number right
smontanaro dd24ca3
Merge branch 'main' into gh-25949
smontanaro c76b9cd
more fine-grained warning suppression
smontanaro 564aeff
bike shedding
smontanaro 5109f78
Merge branch 'main' into gh-25949
smontanaro b1bbe02
Merge remote-tracking branch 'upstream/main' into gh-25949
smontanaro 9507fb7
Merge remote-tracking branch 'origin/gh-25949' into gh-25949
smontanaro 5cfe3aa
Apply suggestions from code review
smontanaro 9fcc606
Merge branch 'main' into gh-25949
smontanaro bf13503
how did these sneak back in?
smontanaro 5cc4aa4
Merge branch 'main' into gh-25949
smontanaro b174735
Merge branch 'main' into gh-25949
smontanaro c0bf1f1
Merge branch 'main' into gh-25949
smontanaro 0d0a9de
Merge branch 'main' into gh-25949
smontanaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Build/2022-10-16-12-49-24.gh-issue-88226.BsnQ4k.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Always define ``TARGET_*`` labels in ``Python/ceval.c``, even if | ||
``USE_COMPUTED_GOTOS`` is disabled. This allows breakpoints to be | ||
set at those labels in (for instance) ``gdb``. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.