-
Hi,
would it be possible to make nogil 3.12 installable with pyenv, as it was possible with python 3.9 nogil ?
it would be great to be able to try it out more easily.
-
hey, i tried to play with scripts `eye_zoom_mouse.py` and `eye_mouse.py`
in this scripts there are invocations
```
tap.register(tap.MCLICK, self.on_click)
tap.register(tap.MCLICK|tap.HOOK, self.o…
-
# Crash report
The 3.13 refleaks build crashed with the following assertion error:
```
Python/instrumentation.c:1227: _Py_call_instrumentation_line: Assertion `debug_check_sanity(tstate->interp, cod…
-
### Describe the bug
Hello,
I am running Cython 3.0.11 with gcc 7.5.0. When I compile attached minimal example I see the following issue with C compiler:
```
src/chunksize/my.c: In funct…
-
### Describe your issue
In conda-forge, we're about to begin migrating for CPython 3.13 (not yet with nogil).
To make this work tractable, it would be much easier if there were a consistent ~ver…
-
> warning: /Users/runner/work/gudhi-devel/gudhi-devel/src/python/gudhi/simplex_tree.pxd:87:85: The keyword 'nogil' should appear at the end of the function signature line. Placing it before 'except' o…
-
### OS version
Windows 11
### Python version
python 3.12
### Pip version
pip 24.0 from C:\Users\nandh\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip (python 3.12)
### Guide link
…
-
Hello,
I have nogil-python compiled under Windows with an application built in Cython - and everything works fine. But there are problems when I tried to wrap the application using PyInstaller, the…
-
In the unlikely event any of us are still here when 3.13 is released
https://github.com/Quansight-Labs/free-threaded-compatibility
-
为什么会报错”Error compiling Cython file: cymj.pyx:127:21:Cannot assign type 'void (const char *) except * nogil' to 'void (*)(const char *) noexcept nogil'. Exception values are incompatible. Suggest addin…