PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 18th of July, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[15:03:29] <toad_polo> pradyunsg: Is it all in one process, or does `pip` call out to subprocesses? I patched `platform.python_version()` in `pip.__main__` and it doesn't seem to be doing anything.
[15:14:09] <sumanah> hi toad_polo - hope things are going well
[15:16:12] <toad_polo> sumanah: Pretty well.
[15:16:35] <toad_polo> Except the editable installs stuff. That is a massive ball of tangled yarn :P
[15:35:09] <sumanah> I believe it
[16:16:08] <pradyunsg> toad_polo: mostly in-process; some of it might be at startup but I assume you're patching in-process.
[16:16:35] <pradyunsg> ^before importing.
[16:18:58] <pradyunsg> So, there's a pip bug w/ sdists and PEP 517... which is a blocker for releasing pip, it's a fiarly edge-casy thing but guess what's hitting it -- pip's script for updating vendored dependencies. :D
[16:19:08] <pradyunsg> FUN STUFF. </rant>
[16:30:15] <toad_polo> Oh I may have patched after import.
[17:08:20] <sumanah> woodruffw: since you are making a bunch of updates to https://github.com/pypa/warehouse/pull/6084 I think I should wait till you tell me "Ready to re-review" before I give it another go & do some outreach (to maintainers of other upload utilities that reuse distlib). Agreed?
[17:09:17] <woodruffw> sounds good -- i should be done by EOD, other than the UI improvements that you pointed out
[17:09:25] <woodruffw> but i'll ping you in the PR as well :)
[17:10:07] <sumanah> OK! :)