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 blueyed
Recipients blueyed, georg.brandl, sjlnk
Date 2019-04-27.04:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556340678.04.0.74372509654.issue21281@roundup.psfhosted.org>
In-reply-to
Content
This is a good idea.

I am currently leaning towards using a threading.Lock around `Pdb.interaction`, or `pdb.set_trace` with pdb++.

This would at least mitigate the issue where `pdb.set_trace` is used in some code that gets executed again, and two pdb instances would use the same input, e.g. when debugging web applications.

See also https://bugs.python.org/issue23163 for/about improving docs in this regard.
History
Date User Action Args
2019-04-27 04:51:18blueyedsetrecipients: + blueyed, georg.brandl, sjlnk
2019-04-27 04:51:18blueyedsetmessageid: <1556340678.04.0.74372509654.issue21281@roundup.psfhosted.org>
2019-04-27 04:51:18blueyedlinkissue21281 messages
2019-04-27 04:51:17blueyedcreate