[Python-Dev] PEP 393 review

Antoine Pitrou solipsis at pitrou.net
Mon Aug 29 22:54:13 CEST 2011


On Mon, 29 Aug 2011 22:32:01 +0200
"Martin v. Löwis" <martin at v.loewis.de> wrote:
> I have now written a Django application to measure the effect of PEP
> 393, using the debug mode (to find all strings), and sys.getsizeof:
> 
> https://bitbucket.org/t0rsten/pep-393/src/ad02e1b4cad9/pep393utils/djmemprof/count/views.py
> 
> The results for 3.3 and pep-393 are attached.

This looks very nice. Is 3.3 a wide build? (how about a narrow build?)

(is it with your own port of Django to py3k, or is there an official
branch for it?)

Regards

Antoine.


More information about the Python-Dev mailing list