ppperry <maprea...@olum.org> added the comment:

This feature already exists and doesn't need to be reimplemented; use 
`pdb.Pdb(skip={"trio", "contextlib", ...}).run(...)`, and in any case should be 
disableable. I don't use asyncio, but happen to have a habit of running pdb 
through the standard library for no reason and don't want to have that option 
taken away.

----------
nosy: +ppperry

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32900>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to