³ò
Ð‘RMc           @   sp   d  Z  d Z d Z d Z d Z d Z d Z d Z d Z d	 Z	 d
 Z
 d Z d Z d Z d Z d Z d Z d Z d S(   s4   
Various flags used during the compilation process.
i   i   i   i   i   i    i@   i   i   i    i @  i €  i   i   i   i   i   N(   t   __doc__t   CO_OPTIMIZEDt   CO_NEWLOCALSt
   CO_VARARGSt   CO_VARKEYWORDSt	   CO_NESTEDt   CO_GENERATORt	   CO_NOFREEt   CO_CONTAINSGLOBALSt   CO_GENERATOR_ALLOWEDt   CO_FUTURE_DIVISIONt   CO_FUTURE_ABSOLUTE_IMPORTt   CO_FUTURE_WITH_STATEMENTt   CO_FUTURE_PRINT_FUNCTIONt   CO_FUTURE_UNICODE_LITERALSt   PyCF_SOURCE_IS_UTF8t   PyCF_DONT_IMPLY_DEDENTt   PyCF_ONLY_AST(    (    (    s7   /64/home/arigo/u/pypy/interpreter/astcompiler/consts.pys   <module>   s"   
