-
Transferred from http://code.opencv.org/issues/2672
```
|| Bouke van der Bijl on 2012-12-29 17:07
|| Priority: Normal
|| Affected: None
|| Category: python bindings
|| Tracker: Bug
|| Difficulty: Non…
-
# Bug report
`sys.flags` is a [`PyStructSequence`](https://docs.python.org/3/c-api/tuple.html#struct-sequence-objects). `PyStructSequence` is similar to a named tuple, but it can have attributes tha…
-
There's so much more I want to know about the GIL. :) Like which threads and functions are holding the GIL and for how long, and which ones are waiting for the GIL and for how long, etc. It's probably…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
When python plotly calls out to kaleido to generate static images, could it release the GIL to allow for multithreading?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd …
-
When trying to install with:
$ python --version
Python 3.11.8
get error in compile stage with cython. Seems to be code issue. Unclear how to proceed:
[10/12] Cythonizing mdtraj/geometry/src/_…
-
## Description
Since Python 3.13+ version is dropping its GIL and adding support for sub interpretor. This enables true multi-threading and could benefit the performance for game logic and multi-thtr…
-
I’ve done some research on this for Cubed: https://github.com/cubed-dev/cubed/issues/497
I’m curious that if it would be worth it to add a Cython build step to Xee. From SO and docs that I’ve read,…
-
Error message encountered:
```
Compiling pyo3-polars v0.17.0
error[E0277]: the trait bound `error::ColumnNotFound: HasPyGilRef` is not satisfied
--> /users/guest/.cargo/registry/src/index.cra…