indygreg / indygreg/PyOxidizer
Support the PYTHONVERBOSE environment variable
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
For some performance-relevant work I need to do, it'd make things more doable to have PyOxidizer-built binaries respect the PYTHONVERBOSE variable (which is equivalent to `python -v` if `PYTHONVERBOSE=1`, `python -v -v` for `PYTHONVERBOSE=2`, etc). This is a feature request so I don't lose track of wanting this.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Start by tracing how PyOxidizer-built binaries handle environment variables, then compare PYTHONVERBOSE=1 and =2 with Python's -v and -v -v behavior. Done means the binaries respect those variable values consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100