David Hotham
David Hotham
`Epoll::add` takes `mut event: EpollEvent`, whereas `Epoll::modify` takes `event: &mut EpollEvent` seems like an odd difference, am I missing a reason that this is sensible?
### Description inside some virtual environment `foo`, build a package that uses setuptools and a C extension. eg ```console $ pip wheel --no-cache-dir --use-pep517 --verbose --no-binary turbodbc "turbodbc (==4.9.0)" ```...
fixes #9066, probably others the more I think about it the more I reckon that the setup reader and mechanics around it are buggy beyond repair. eg I realised today...
dropping python 3.7 per #7674 moves poetry past the Windows python 3.7 bugs that made the homegrown `temporary_directory()` worthwhile
see https://github.com/python-poetry/poetry-core/pull/707: poetry-core's downstream testing of this repository continues to be a pain... here's a change making the tests forwards-compatible when poetry-core changes the metadata version
when modern metadata says that it has no requires-dist, we can trust it I bet it doesn't often matter: - https://github.com/pypi/warehouse/pull/13606 was only just released - as of today presumably...
Every time someone comes here with something going wrong after they set `poetry config virtualenvs.create false` the answer is "oh, you didn't want to do that". It's a footgun. Can...
Of course I am not expecting this to be merged without some discussion! But I think it's a discussion that's worth having, so let's create a space in which to...
I'm all in favour of typechecking in python and turn it on almost always. So in principle I love the inclusion of `py.typed` in the latest release of this library....
Fixes #178 I said there that I didn't have a fix to offer; but perhaps even a wrong fix is a better starting point - or anyway has more momentum...