Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbpython can't be run inside of bpython #520
Closed
Comments
|
Here's an interesting solution: https://github.com/bpython/bpython/compare/debugging-uncaught-exceptions It makes the Curtsies objects global, and the new bpython Repl object reuses them. |
|
The reason this was important was for launching bpython from within a debugger that was launched from bpython. This isn't a priority. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fails because (at least) stdin isn't a real file descriptor. We're going to have problems with any program that does this, I think we should special-case same-process bpython though. This would make using a new Repl instance from bpdb work.