[issue33294] Support complex expressions for py-print command.

2020-05-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> dmalcolm nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33294] Support complex expressions for py-print command.

2018-05-09 Thread Martin Liška
Martin Liška added the comment: May I please ping patch review.. -- ___ Python tracker ___

[issue33294] Support complex expressions for py-print command.

2018-04-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6199 stage: -> patch review ___ Python tracker ___

[issue33294] Support complex expressions for py-print command.

2018-04-17 Thread Martin Liška
New submission from Martin Liška : The patch is based on a blog post: http://kouk.surukle.me/2014/09/25/debugging-python-objects-and-fields-with-gdb/. Adding him: @kouk Purpose of the pull request is to support more complex expressions for py-print command. Small