promise 0.2.2

The 'promise' module is an alternative, non-standard way to optimize Python bytecode.It relies on developers creating special 'promises' that tell the Python compiler that certain functions won't be executed.This reduces the number of name lookups during...