Changes between Version 9 and Version 10 of PsycoMiddleware
- Timestamp:
- Mar 1, 2007, 2:48:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PsycoMiddleware
v9 v10 75 75 76 76 class PsycoMiddleware(object): 77 def __init__(self): 78 psyco.profile() 77 pass 79 78 }}} 80 79 See http://psyco.sourceforge.net/psycoguide/tutknownbugs.html#tutknownbugs for `cannotcompile()`.