def _psyco_speedup(): try: import psyco psyco.bind(rc4crypt) psyco.bind(netstream) psyco.bind(nethost) psyco.bind(CCLIB) except: return False return True