Shantanu

Results 150 issues of Shantanu

``` (v312-ydmj) ~/tmp/v312 λ uv pip install 'qcore==1.10.0' Resolved 1 package in 10ms error: Failed to download distributions Caused by: Failed to fetch wheel: qcore==1.10.0 Caused by: Failed to build:...

bug
macos

This was recently the source of confusion that led to a sequence of PRs and reverts that caused a documentation regression, e.g. see https://github.com/python/cpython/issues/100546 https://github.com/python/cpython/issues/98340 https://github.com/python/cpython/issues/91485 and some of the...

enhancement
needs: decision
guide-new content

typing.ByteString's behaviour was poorly specified. It is currently scheduled for removal in Python 3.14. See also https://github.com/python/cpython/issues/91896

I was working on https://github.com/pypa/pip/pull/12204/files and realised something in the pip-compile / resolvelib / pip space could make an interesting benchmark

Thanks for implementing https://github.com/astral-sh/uv/issues/1788 , it's been great! Since currently pyc compilation is implemented as a pass over the entire env, it can be quite costly: ``` λ uv pip...

performance

Not the biggest deal, but I got a false positive on this with: ``` λ cat x.py def foo(): s = {1, 2, 3} for e in s: if e...

bug
preview

With ruff 0.3.5 Possibly related to the "Different package root in cache" warning immediately prior. I think I could repro deterministically, but then I wiped cache and no longer could...

bug

tensorflow is giving me segfaults. Also az will hang in some cases.

https://github.com/lsst/daf_butler https://github.com/python/mypy/issues/17002