-
-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Milestone
Description
Some tools (for example, distutils) expects sys.stdout / sys.stderr having .errors attribute, but current ipykernel.iostream.OutStream doesn't have it. Is it intended?
Run this in Jupyter Notebook for reproduction:
import sys
sys.stdout.errorsThe original issue I hit with distutils is related to Cython pyximport on-the-fly compilation.
Metadata
Metadata
Assignees
Labels
No labels