Skip to content

OutStream miss errors attribute #177

@frol

Description

@frol

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.errors

The original issue I hit with distutils is related to Cython pyximport on-the-fly compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions