Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Benedikt Werner
This already exists: $ curl -I https://pypi.python.org/project/Twisted/json HTTP/2 301 server: Varnish retry-after: 0 location: https://pypi.org/project/Twisted/json content-type: text/html; charset=UTF-8 accept-ranges: bytes date: Thu, 18 Oct 2018 03:06:12 GMT x-served-by: cache-iad2626-IAD

Re: [Python-Dev] bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals

2018-10-17 Thread Michael Selik
If imap_unordered is currently re-pickling and sending func each time it's called on the worker, I have to suspect there was some reason to do that and not cache it after the first call. Rather than assuming that's an opportunity for an optimization, I'd want to be certain it won't have edge case

Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Donald Stufft
> On Oct 17, 2018, at 8:32 PM, Facundo Batista wrote: > > tl;dr: can we have a (semi)permanent redirect from pypi.python.org > to pypi.org ? This already exists: $ curl -I https://pypi.python.org/project/Twisted/json HTTP/2 301 server: Varnish

Re: [Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Terry Reedy
On 10/17/2018 8:32 PM, Facundo Batista wrote: Hola! tl;dr: can we have a (semi)permanent redirect from pypi.python.org to pypi.org? pypi is run by a different group from pydev core developers. Maybe someone here know what the current list is. -- Terry Jan Reedy

[Python-Dev] Servicing pypi.python.org

2018-10-17 Thread Facundo Batista
Hola! tl;dr: can we have a (semi)permanent redirect from pypi.python.org to pypi.org? I own/maintain a project called `fades`, which is an automatic virtualenv creator/manager [0]. While it relies on `pip` itself for the heavy work on the virtualenv itself, `fades` checks if all required