irvinren

Results 10 comments of irvinren

#50 is the same issue. setupterm failed.

the original explanation of the syntax is Error return values In Python (more specifically, in the CPython runtime), exceptions that occur inside of a function are signaled to the caller...

If all possible return values are legal and you can’t reserve one entirely for signalling errors, you can use an alternative form of exception value declaration cdef int spam() except?...

I am running on windows 10 with the Cpython 3.12 downloaded from python.org

can you speed up to deal with this issue? It impacts my software development.

in the curses module of cpython 3.12, the function initscr() will call setupterm which quit silently on my machine. cat d:\Python312\Lib\curses\\__init__.py `def initscr(): import _curses, curses # we call setupterm()...

@stephanosio isn't it a bug? Is this project still active?

> > @stephanosio isn't it a bug? Is this project still active? > > @irvinren Hi. The original author of this project is no longer active and [this project is...