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 xtreak
Recipients castix, xdegaye, xtreak
Date 2019-12-05.08:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575533069.64.0.981657605357.issue38970@roundup.psfhosted.org>
In-reply-to
Content
I think this is same as https://bugs.python.org/issue26072#msg277578 and is reproducible with below sample script without depending on turbogears. The attached patch in the issue fixes this. Try using interact command from pdb as a workaround.

import pdb

def foo():
  pdb.set_trace()

foo()
History
Date User Action Args
2019-12-05 08:04:29xtreaksetrecipients: + xtreak, xdegaye, castix
2019-12-05 08:04:29xtreaksetmessageid: <1575533069.64.0.981657605357.issue38970@roundup.psfhosted.org>
2019-12-05 08:04:29xtreaklinkissue38970 messages
2019-12-05 08:04:29xtreakcreate