Vincent Fazio

Results 8 issues of Vincent Fazio

PEP 3147 (https://peps.pythondiscord.com/pep-3147/) makes mention of "continue to support source-less distributions" by using legacy pyc file placements when no py file is adjacent. Blurb here: https://peps.pythondiscord.com/pep-3147/#case-4-legacy-pyc-files-and-source-less-imports What is not clear...

Check to see if `base_executable` exists. If it does not, attempt to use known alternative names of the python binary to find an executable in the path specified by `home`....

awaiting merge

# Bug report Python `venv` on POSIX environments creates a bin directory with: - `python` - `python{VERSION_MAJOR}` - `python(VERSION_MAJOR}.{VERSION_MINOR}` When executing `python` out of a venv made with the `--copies`...

type-bug

There are a number of reasons to provide precompiled wheels: 1. Not all distributions provide compiler support and thus cannot compile sdists 2. For space constrained or "sealed" systems, distributors/admins...

See https://github.com/python-poetry/poetry/issues/9334 Poetry relies on the formatter's `is_decorated` property to be consistent when multiple threads query the property. If one thread is in the middle of updating a section and...

There are a number of "issues" with the python bindings when it comes to mypy compliance and ruff lint/format checks. Output below. There are also a couple of files that...

Track the request to make 3.13 wheels. This is fairly simple: ```diff diff --git a/bindings/python/generate_pypi_artifacts.sh b/bindings/python/generate_pypi_artifacts.sh index c2fb79f..6385a8a 100755 --- a/bindings/python/generate_pypi_artifacts.sh +++ b/bindings/python/generate_pypi_artifacts.sh @@ -108,8 +108,7 @@ python3 -m "${venv_module}"...

Creating this issue to track the idea somewhere outside of my head. Currently, the public API exposed by gpiod is relatively restrictive on what types are required to be used...