Skip to content

Cheroot uses _pyio incorrectly #84

@ryflyio

Description

@ryflyio

Attempting to use Cheroot (via CherryPy) on Cygwin has revealed that Cheroot imports a private module, _pyio. "Outside" use of _pyio this way is not supported.

CherryPy should use a different module or interface for this functionality (

import _pyio as io
).

A side-effect of fixing this issue is that this may help CherryPy run on Cygwin once again.

See https://bugs.python.org/issue32287 for more discussion or context.

(originally posted here: cherrypy/cherrypy#1704 (comment))

Metadata

Metadata

Assignees

Labels

bugSomething is brokenregressionSomething that worked earlier got broken in new release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions