import asyncio loop = asyncio.get_event_loop() loop.call_later(2**40, str) loop.run_forever()