X Tutup
Skip to content

[2.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710)#7726

Merged
vstinner merged 1 commit intopython:2.7from
vstinner:gdb27
Jun 15, 2018
Merged

[2.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710)#7726
vstinner merged 1 commit intopython:2.7from
vstinner:gdb27

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 15, 2018

python-gdb now catchs ValueError on read_var(): when Python has no
debug symbols for example.

(cherry picked from commit 019d33b)

python-gdb now catchs UnicodeDecodeError exceptions when calling
string().

(cherry picked from commit d22fc0b)

bpo-29367: python-gdb.py now supports also method-wrapper
(wrapperobject) objects.

(cherry picked from commit 6110833)

https://bugs.python.org/issue32962

* bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)

python-gdb now catchs ValueError on read_var(): when Python has no
debug symbols for example.

(cherry picked from commit 019d33b)

* bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)

python-gdb now catchs UnicodeDecodeError exceptions when calling
string().

(cherry picked from commit d22fc0b)

bpo-29367: python-gdb.py now supports also method-wrapper
(wrapperobject) objects.

(cherry picked from commit 6110833)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup