-
Hi,
I'm not managing to use the path/interpreter settings with LSP-ruff.
Context: I'm on a Windows machine. I have no python executable in my Path. I want ruff to use a specific python env I set…
-
`PyType_GetModuleByDef` does a lot of work for what was a single memory read prior to sub-interpreters.
For example, https://github.com/python/cpython/issues/114682.
We should provide a more eff…
-
### Describe the bug
Trying to run the interpreter from the source code / main branch (the wheel version works ok)
> interpreter
Traceback (most recent call last):
File "/Users/ti…
tiry updated
7 months ago
-
(Won't happen anytime soon, unless ditching `mypy` support right here and right now)
~With `mypy 1.11` requirement present, the time is probably ripe for support of full type parameter syntax (`def…
-
_From [uwe.fech...@gmail.com](https://code.google.com/u/113523341511773808284/) on 2013-10-13T11:17:14Z_
I do a lot of Python development, and I would like to execute a few of my scripts in a virtual…
-
## Environment data
- Language Server version: v2024.6.1
- OS and version: windows11
- Python version: 3.12.2
## Code Snippet
```python
```
## Repro Steps
open vscod…
-
**Describe the bug**
**Prerequisites**
Have Python installed. Have a virtual environment manager installed. Have your root python installation be Python 3.9. Have Python 3.8 installed (not as …
-
As briefly discussed at https://github.com/astral-sh/uv/pull/4989#discussion_r1684805329
When reading pins from `.python-version` files in workspaces, the `Requires-Python` information may need to …
-
A popular way to run python web server apps is by using uwsgi. The python interpreter then does not run as a dedicated process but is embedded into uwsgi. It would be nice if the python* scripts in bc…
-
Summary: using Ansible with mitogen & the `mitogen_linear` strategy my custom Ansible module fails to load Python modules that only exist on the target host if the Python interpreter to use is Python …