morotti
morotti
following the discussion, I think the most sensible way to go about this issue would be to implement a "remove" command... only to raise a useful error message that the...
I'm having a look through the issue, as I've experienced it quite a bit too. It's not a pip issue, it's an issue with the user system being misconfigured on...
I made a PR with a proof of concept https://github.com/pypa/pip/pull/12816 The parallel installation is trivial to do (except if you want to handle the case of 2 packages trying to...
hello, not a core dev i just noticed too that the performance of tarfile is horrible and found this ticket. Commercial profiler run, using tarfile to tar the venv. 96...
it would be great to backport. it's a very small patch to make tarring twice as fast. I wouldn't be surprised if this patch alone could save whole power-plant-worth-of-power from...
(passed the git signature)
Hello, please have a look at the few lines of code. It still creates empty files. It doesn't go through the work of initializing the zipfile class to extract empty...
okay I can see the confusion from trying to fit the title in 80 characters, and if you haven't spent days to investigate the zipfile library in the interpreter ^^...
I've adjusted the news and added comments. should be good now. > Actuall, why do you need to check the file size? Won't `shutil.copyfileobj(f, dest, 1048576)` do a single read...
(rebasing to retrigger tests)