Show
Ignore:
Timestamp:
05/18/08 13:14:51 (6 months ago)
Author:
ArcRiley
Message:

Pyrex 0.9.8.2 fixes :

  • now requires 0.9.8.2
  • nogil goes everywhere
  • a few functions got GIL-cleaned
  • still doesn't compile, but many steps closer
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/include/soy.textures.pxd

    r1241 r1265  
    4545  cdef int          _formats[5] 
    4646  # General C functions 
    47   cdef void         _resize(self, int, int, int, int, int) 
    48   cdef int          _squareup(self, int) 
     47  cdef void         _resize(self, int, int, int, int, int)                nogil 
     48  cdef int          _squareup(self, int)                                  nogil 
    4949  # WindowLoop functions 
    5050  cdef void         _enable(self)