Hi @Delgan When using loguru 0.2.5 inside python script it works as expected, but when i compile this file to an executable using Cython i get this error and program terminates : call stack is not deep enough More info of the error : Tra...
I've never used Cython before so it's entirely possible I'm trying to do something insane. Is this even possible? Output ofpython -c "import pydantic.utils; print(pydantic.utils.version_info())": pydantic version: 1.3 pydantic compiled: False install path: /Users/iwolosch/.virtualenvs/te...
Hello, I am trying o make Cython 0.29.x work with Python 3.12.0a5+, so @hrnciar can continue testing Fedora packages with pre-releases of Python 3.12. The idea is that once I make it work I'll contribute backports here and/or other inter...