ó
ÐH/\c           @@ s–   d  Z  d d l m Z m Z d d l Z d d l Z d „  Z d „  Z d Z d Z	 d Z
 d	 Z e ƒ  e j d
 d ƒ j ƒ  Z e e k r’ e Z n  d S(   s+   
Internal helpers for FFI implementations.
i    (   t   print_functiont   absolute_importNc          O@ s   d  S(   N(    (   t   argst   kwargs(    (    s3   lib/python2.7/site-packages/gevent/_ffi/__init__.pyt   _dbg	   s    c          O@ s'   t  j | d <t t j ƒ  |  | Ž d  S(   Nt   file(   t   syst   stderrt   printt   ost   getpid(   R   R   (    (    s3   lib/python2.7/site-packages/gevent/_ffi/__init__.pyt   _pid_dbg   s    i   i   i   i	   t   GEVENT_DEBUGt   CRITICAL(   t   __doc__t
   __future__R    R   R	   R   R   R   R   t   ERRORt   DEBUGt   TRACEt   varst   getenvt   uppert   GEVENT_DEBUG_LEVEL(    (    (    s3   lib/python2.7/site-packages/gevent/_ffi/__init__.pyt   <module>   s   		