Kyle Benesch
Kyle Benesch
More info: https://github.com/matthew-brett/delocate/issues/229 If it's invalid for macholib to read static libraries then could this give a better error?
Caused by a static library with multiple architectures.
Perhaps add more info on what strip means here, in the context of MacOS binaries.
Multiple sections of code had mislabeled `intel` as `universal`. I didn't see any issues on this, possibly because those platforms are old. These have been fixed. Only `universal2` and `intel`...
I've imagined a worst case scenario: After the proposed hint is abandoned the name is later reused in a new PEP with incompatible syntax than the initial proposal. This situation...
I realize after reading the linked discussion that this issue might've been more about the philosophy of keeping `Doc` around than the actual implementation of deprecating it. Obviously you can't...
I apologize for being a dunce, I tend to gloss over the author field of PEP's. Obviously the maintainers of `typing_extensions` are going to be familiar with typing related PEP's,...
That's consistent with what I found about `IntVar`. It's like `Literal` but only for int's. I think Numpy is still trying to figure out how to make the shape of...
I'm interested in free-threaded no-GIL builds. From what little research I've done, I suspect the issue is in CFFI itself and that issue might've already been fixed but not in...
> I tried > > `pip install git+https://github.com/python-cffi/cffi.git` > > but did not help if you have meant that ... I did mean that. I'm unsure what to try next.