Hm... again, a link to a simple wsgi application is in the original report, just in case here it is again.
https://bitbucket.org/akorn/helloworld/src/tip/wsgi/app.py Yes, the string is converted to bytes. ---------------------------------------- > From: [email protected] > Date: Mon, 1 Oct 2012 14:58:35 +0200 > To: [email protected] > Subject: Re: [uWSGI] Memory Leak: uWSGI 1.3 + Python3.3 > > > Il giorno 01/ott/2012, alle ore 14:36, Andriy Kornatskyy > <[email protected]> ha scritto: > > > > > Yes. This mentioned in original report. > > Oops, sorry > > > Are you sure you are not returning string instead of bytes ? > > Python3 expect a bytes response. > > -- > Roberto De Ioris > http://unbit.it > JID: [email protected] > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
