~lifeless/storm/bug-620615

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gustavo Niemeyer
  • Date: 2008-06-26 11:57:22 UTC
  • mfrom: (235.2.24 need-for-speed-revenge)
  • Revision ID: gustavo@niemeyer.net-20080626115722-ekl4af6sx2pn08d0
Merging need-for-speed-revenge branch [a=niemeyer,jamesh,radix]
[r=jamesh,therve]

This branch introduces a number of fixes, optimizations, and extensions
on the cextensions module, with speedup purposes.  The module is now
built by default, but still disabled unless the STORM_CEXTENSIONS=1
environment variable is defined.

Besides these, Chris also provided a mechanism to cache ClassAliases,
to prevent the cost of rebuilding the ClassInfo for each alias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    os.unlink("MANIFEST")
13
13
 
14
14
 
15
 
BUILD_CEXTENSIONS = False
 
15
BUILD_CEXTENSIONS = True
16
16
 
17
17
 
18
18
VERSION = re.search('version = "([^"]+)"',