More open issues.

This commit is contained in:
Barry Warsaw 2017-09-05 14:16:10 -07:00
parent 843a8163c4
commit 605e3038f0
1 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,12 @@ useful for debuggers that actively modify bytecode streams to trampoline into
their own debugger. Having a "debug" bytecode might allow them to avoid
bytecode modification in order to invoke this trampoline.
Does it make sense to define the built-in function's signature as
``debug(*args, **kws)`` which would just be passed along to the
``sys.debughook()``? One argument for doing this is that it would allow users
to pass useful arguments to their actual debugger. This isn't useful for
``pdb`` but might be useful for alternatives.
Implementation
==============