flv / cometd

Automatically exported from code.google.com/p/cometd
0 stars 0 forks source link

twisted-cometd-client.py shouldn't use so many nested defs #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
nested defs are exceedingly slow in Python, because the nested function
gets parsed and built on every function call.  Take all of them out.

Original issue reported on code.google.com by david.as...@gmail.com on 23 Feb 2007 at 11:20