HomeSort by relevance Sort by last modified time
    Searched refs:CO_MAXBLOCKS (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 63 #define CO_MAXBLOCKS 20 /* Max static block nesting within a function */
frameobject.h 48 PyTryBlock f_blockstack[CO_MAXBLOCKS]; /* for try and loop blocks */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 63 #define CO_MAXBLOCKS 20 /* Max static block nesting within a function */
frameobject.h 48 PyTryBlock f_blockstack[CO_MAXBLOCKS]; /* for try and loop blocks */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 609 CO_MAXBLOCKS = 20
615 check(x, vsize('12P3i' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 609 CO_MAXBLOCKS = 20
615 check(x, vsize('12P3i' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))

Completed in 1643 milliseconds