Closed devdanzin closed 10 hours ago
Currently the stdout file begins with many lines like:
stdout
--- Logging error --- --- Logging error ---
Could be related to #34.
Seems to have solved itself after a dummy edit to cpython/Lib/logging/__init__.py, so I'm guessing it was some kind of caching error. Will reopen if the issue reappears.
cpython/Lib/logging/__init__.py
Currently the
stdout
file begins with many lines like:Could be related to #34.