Impressive stats! I didn’t know this command, thanks!
On Fri, 3 Nov 2017 at 20:47, Barry Warsaw wrote:
> On Nov 2, 2017, at 23:22, Nick Coghlan wrote:
> > Another point worth noting is that merely importing the typing module
> > is expensive:
> >
> > $ python -m perf timeit -s "from importlib i
On 4 January 2014 19:21, Scott Dial wrote:
> On 2014-01-02 17:54, Dan Stromberg wrote:
> > I put it at https://wiki.python.org/moin/2.x-vs-3.x-survey
>
> It would've been nice to see some crosstabs. Pretty much any question
> after Q3 is incomprehensible without splitting the respondents into
> s
Hi Guys,
please don't do it!
We don't need this legacy really.
On 21 April 2014 08:41, Armin Rigo wrote:
> Hi Nick,
>
> On 21 April 2014 07:39, Nick Coghlan wrote:
> > Notably, I recommend that hybrid code avoid calling mapping iteration
> > methods directly, and instead rely on builtin functi
Hi,
I have an asynchronous wsgi application handler which yields empty bytes
before it is ready to yield the response body and, importantly, to call
start_response.
Something like this:
def wsgi_handler(environ, start_response):
body = generate_body(environ)
body = maybe_async(bo