-
While currently it is focused on authoring, it would be good to also add a short section on interpreters. It could link to the IF Wiki for further details.
-
- Ensure all python calls, in compilation or execution, use the same interpreter
- Decided at compile time, option to decide at run time?
- Each interpreter installed by rusted into its own env
-…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
Nightly, 2.16, 2.10
### Custom code
No
### OS pla…
-
# Crash report
### What happened?
I haven't seen this before, but I don't think it's new. Rather, I suspect it's a very uncommon race in interpreter finalization. It *might* also be specific t…
-
# Crash report
### What happened?
Passing a dict with an invalid key as the `shared` parameter to `_interpreters.exec` segfaults the interpreter (or aborts in a debug build):
```python
import _inte…
-
Testing #23482
this was on Windows
I don't get a consistent list of environments with either locator, but left sides are the js locator and right sides are native.
![image](https://github.com…
-
The BSS scanning fallback code broke after python 3.10 was released (https://github.com/benfred/py-spy/issues/716) and we didn't notice since this we don't test this functionality out in CI.
We sho…
-
## Issue
## Environment
Provide at least:
- OS:
Output of pip list of the host Python, where tox is installed
```console
macos
```
## Output of running tox
Output of…
-
`uv` is a great tool by astral-sh (makers of `ruff`) that can install and manage python interpreters. It would be nice if `pet` could find these interpreters.
(see: https://github.com/astral-sh/uv)
-
**What would you like to be added**:
Ability to execute both native and custom interpreters for a given kind
**Why is this needed**:
In https://github.com/karmada-io/karmada/pull/4766, I …