Kay Hayen

Results 1287 comments of Kay Hayen

The optimization is going rely on module presence really soon. Imagine this: ``` try: import PySide2 as Qt except ImportError: import PyQt5 as Qt ``` At the point, bytecode demotion...

Need to at least extract the value from the discussion at some point.

The CPython32 test suite is nothing I run against Python3.9 so far, there would be too little to gain.

Neither did you use the latest stable version, nor did you try develop obviously. Not too good. Is that Python configured with `--enable-shared` ? It wouldn't have to be, but...

Nuitka commercial has a container build based on CentOS 7, but we build the Python in that ourselves. Currently I am making a freely available CentOS 8 image, that I...

Nuitka created `.pyi` files for extension modules it creates. Right now it contains only the imports, so that Nuitka doesn't hide dependencies, and it uses that itself. Adding function signatures...

Added the tag indicating that we would be looking for help with this one.

This does not need people say +1, this needs people implementing it, please abstain from seeing this issue tracker as a voting mechanism, every "vote" takes time out my day...

Just as an aside, make sure to use the anti-bloat plugin from next release, this has very bad dependency creep. I didn'T reproduce it with only the last line from...

I wonder what `PIL_init.py` is here, Can it be something that `yolov5` has and actually copied there. It doesn't look like something lives on systems normally. I guess you have...