-
Hi can you please add the support for python 3.10.x minimum ?
-
# Crash report
### What happened?
```python
l = 200000
a = 'P/a'*l
import ast
ast.literal_eval(a)
```
The above code makes Python 3.9/3.10 crash with Segmentation Fault.
This error input can be c…
-
Hello,
during a debug of a larger application, I have observed a crash due to `ctypes` module in my python 3.10.12 installation with dmtcp from master (as of Nov 8, 2024): `dmtcp_launch --version` gi…
-
### Bug description
Here's the CI error:
```console
2024-11-13T12:05:05.4061826Z /home/runner/work/icub-main/icub-main/install/share/yarp/bindings/yarp.i:437: Warning 206: Unexpected tokens after #e…
-
**Description of the issue**
The recommendation from [scientific python](https://scientific-python.org/specs/spec-0000/) is to drop python 3.10 by 2024Q4. [NumPy however will drop py3.10 by April 202…
-
Hi,
when trying to use this action, ansible crashes on my machine:
```
ASK [tobias_richter.tasmota : Configure tasmota.] ************************************************************************…
-
Hello,
Would it be possible to have the version of the included Python updated to one of the latter versions that have no known critical vulnerabilities? The version 3.10.6 is being flagged on my W…
-
### Describe the bug
Hi,
Decord is a dev dependency not maintained since couple years.
It does not have an ARM package available rendering it uninstallable on non-intel based macs
Suggestio…
-
When calling
`pipreqgs . --force`
I get this error.
Seems like it is running or generating some python 2 code, considering the print statement lacks parentheses.. Is there a fix/workaround for…
-
### Brief description of your issue
I only had 1 python version installed, and it was python 3.10.
I tried to install python 3.9 using "winget install -e Python.Python.3.9" and I got "Found an exist…