This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dmalcolm, georg.brandl, pitrou
Date 2011-01-20.20:04:18
SpamBayes Score 1.0287138e-05
Marked as misclassified No
Message-id <1295553859.97.0.683428660139.issue10962@psf.upfronthosting.co.za>
In-reply-to
Content
This happens when I try to debug a Python process (py3k HEAD in pydebug mode):

Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/python-gdb.py", line 52, in <module>
    _type_size_t = gdb.lookup_type('size_t')
RuntimeError: No type named size_t.
History
Date User Action Args
2011-01-20 20:04:20pitrousetrecipients: + pitrou, georg.brandl, dmalcolm
2011-01-20 20:04:19pitrousetmessageid: <1295553859.97.0.683428660139.issue10962@psf.upfronthosting.co.za>
2011-01-20 20:04:18pitroulinkissue10962 messages
2011-01-20 20:04:18pitroucreate