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 upLogging is inconsistent/broken inside the 'embed' environment. #685
Comments
|
Is this related to #658 maybe? |
|
Possibly, but that issue specifically calls out "Python 3.4 & 3.5" while I observed this behavior on Python 2.7.10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Log lines seldom print (if at all) from interactive environment created with a call to
embed().Example (broken) code using bpython:
Output from bpython example:
This is in contrast to the behavior from, say, IPython, which prints log lines correctly.
Example (working) code using IPython:
Output from IPython example: