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 dmalcolm
Recipients dmalcolm, loewis, pitrou, vstinner
Date 2012-08-01.21:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343856170.75.0.482845594005.issue9635@psf.upfronthosting.co.za>
In-reply-to
Content
Note to self: a messy way of forcing gdb to do the equivalent of a breakpoint directly from Python is:
  os.kill(os.getpid(), signal.SIGTRAP)
History
Date User Action Args
2012-08-01 21:22:50dmalcolmsetrecipients: + dmalcolm, loewis, pitrou, vstinner
2012-08-01 21:22:50dmalcolmsetmessageid: <1343856170.75.0.482845594005.issue9635@psf.upfronthosting.co.za>
2012-08-01 21:22:50dmalcolmlinkissue9635 messages
2012-08-01 21:22:50dmalcolmcreate