Home | History | Annotate | Download | only in Compiler

Lines Matching refs:acquire_gil

2051     def put_setup_refcount_context(self, name, acquire_gil=False):
2052 if acquire_gil:
2055 self.putln('__Pyx_RefNannySetupContext("%s", %d);' % (name, acquire_gil and 1 or 0))