Kevin Turcios

Results 35 issues of Kevin Turcios

we need to add https://github.com/psf/pyperf pyperf support, it creates subprocess using the sys.executable in order to perform benchmarks, for obvious reasons, with nuitka, this fails. when compiling this file https://github.com/KRRT7/Nuitka-pyperf-suite/blob/main/benchmarks/bm_async_generators/run_benchmark.py...

enhancement

[Nuika-Python](https://github.com/Nuitka/Nuitka-Python) is a statically linked self-recompiling Python interpreter that can produce redistributable/portable standalone binaries with the help of [Nuitka](https://pypi.org/project/Nuitka/) This is a request to include it in the [Alternative Python...

* Fixes (partly) #2547 adds a lazy import mechanism using a module-level __getattr__ function. This applies to: 1. toga-core (in toga/__init__.py) Only ## PR Checklist: - [ X] All new...

reproducer: ```py import os os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2' import kivy.core.window ``` requirements ``` kivy ``` error ``` [CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging...

fixes #1029

note: vendors in https://github.com/simonpercivall/astunparse for support to implement type hints for python versions less than 3.9