-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-29673: Some gdb macros are broken in 3.6 #6126
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
Conversation
@@ -0,0 +1,20 @@ | |||
Fix gdbinit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for including a NEWS entry. However, this is a bit too detailed. See a current changelog to get a sense of the level of detail we use. This kind of detail might be appropriate for a commit message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo Ned's NEWS file comment. (I am really surprised this little hack has lived this long...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review, @smontanaro , and the changes, @Traceur759. Almost there!
Misc/ACKS
Outdated
@@ -1806,3 +1806,4 @@ Jelle Zijlstra | |||
Gennadiy Zlobin | |||
Doug Zongker | |||
Peter Åstrand | |||
Marcel Plch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A nit: we try to keep the ACKs list in alphabetical order by family name. So please insert your name in the "P" section. Thanks!
@@ -0,0 +1,6 @@ | |||
PyUnicode_AsString() was removed in Python and PyUnicode_AsUTF8() is now used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for condensing the NEWS entry. But I think it is still too detailed and does not really answer the question of what was fixed; why it was fixed is not so important here. Also, if you wish, you can add your name here. An example from the Developer's Guide:
Fix warning message when
os.chdir()
fails inside
test.support.temp_cwd()
. Patch by Chris Jerdonek.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again |
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
Thanks @Traceur759 for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
GH-6399 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 3a9ccee) Co-authored-by: Marcel Plch <[email protected]>
(cherry picked from commit 3a9ccee) Co-authored-by: Marcel Plch <[email protected]>
GH-6400 is a backport of this pull request to the 3.6 branch. |
) (cherry picked from commit 3a9ccee) Co-authored-by: Marcel Plch <[email protected]>
) (cherry picked from commit 3a9ccee) Co-authored-by: Marcel Plch <[email protected]>
This PR fixes broken scripts for printing of Python call stack from GDB.
https://bugs.python.org/issue29673