Charlie Lin

Results 80 comments of Charlie Lin

With `nox -s ffi-check`: ``` (venv) @clin1234 ➜ /workspaces/pyo3 (3.15) $ nox -s ffi-check nox > Running session ffi-check nox > Creating virtual environment (virtualenv) using python3.15-nogil in .nox/ffi-check nox...

Definition of `PyObject` and `PyObject_HEAD_INIT` on 3.15t: ```c // Objects that are not owned by any thread use a thread id (tid) of zero. // This includes both immortal objects...

From `pymacro.h` ```c // _Py_ALIGNED_DEF(N, T): Define a variable/member with increased alignment // // `N`: the desired minimum alignment, an integer literal, number of bytes // `T`: the type of...

Tried running `opam init --cygwin-internal-install`, but I was unable to click on *ANYTHING* in the Cygwin setup window

> The setup is automatic, this is expected. Was the setup window frozen or doing something? It's supposed to close by itself once everything is done The window was indeed...

It appears this patch seems to solve the issue: https://github.com/niXman/mingw-builds/pull/661/files#diff-4db633e767c449456d969bb1b6d225b574f850c47f99130e7fcc26bded12f02e

> Hey, I can't really help debug this without more info. What OS/distro are you on, and what's your Rust and PipeWire versions? > > Also, did you follow the...

> Why do we need the support for windows? Isn't GoodbyeDPI a better choice for windows? Let me know if there's any reason to choose SpoofDPI over GoodbyeDPI on windows....

> Same with 3.13 freethreaded. I see your environment is "python3.14t", maybe this is a freethreading specific issue? Nope, just the Cythonized C code needs to be regenerated