Mailing List Archive

[issue3610] Fix gdbinit for Python 3.0
STINNER Victor <victor.stinner@haypocalc.com> added the comment:

The patch is now outdated.

----------
resolution: -> out of date
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue3610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue3610] Fix gdbinit for Python 3.0 [ In reply to ]
Skip Montanaro <skip@pobox.com> added the comment:

The gdbinit file for Python 3 is still broken. I've not been able to
figure out how to get a string encoded as utf-8 from a Unicode object
without needing a process around. If you require a process then
gdbinit becomes much less useful since it won't work with core files.

----------
nosy: +skip.montanaro

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue3610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com