Home
last modified time | relevance | path

Searched refs:c_future (Results 1 – 15 of 15) sorted by relevance

/dports/www/py-tornado/tornado-6.1/tornado/
H A Dioloop.py719 c_future = executor.submit(func, *args)
723 self.add_future(c_future, lambda f: chain_future(f, t_future))
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dioloop.py738 c_future = executor.submit(func, *args)
742 self.add_future(c_future, lambda f: chain_future(f, t_future))
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c138 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
272 c.c_future = PyFuture_FromAST(mod, filename); in PyAST_Compile()
273 if (c.c_future == NULL) in PyAST_Compile()
279 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_Compile()
280 c.c_future->ff_features = merged; in PyAST_Compile()
285 c.c_st = PySymtable_Build(mod, filename, c.c_future); in PyAST_Compile()
320 if (c->c_future) in compiler_free()
321 PyObject_Free(c->c_future); in compiler_free()
2000 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c138 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
272 c.c_future = PyFuture_FromAST(mod, filename); in PyAST_Compile()
273 if (c.c_future == NULL) in PyAST_Compile()
279 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_Compile()
280 c.c_future->ff_features = merged; in PyAST_Compile()
285 c.c_st = PySymtable_Build(mod, filename, c.c_future); in PyAST_Compile()
320 if (c->c_future) in compiler_free()
321 PyObject_Free(c->c_future); in compiler_free()
2000 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c138 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
269 c.c_future = PyFuture_FromAST(mod, filename); in PyAST_Compile()
270 if (c.c_future == NULL) in PyAST_Compile()
276 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_Compile()
277 c.c_future->ff_features = merged; in PyAST_Compile()
282 c.c_st = PySymtable_Build(mod, filename, c.c_future); in PyAST_Compile()
317 if (c->c_future) in compiler_free()
318 PyObject_Free(c->c_future); in compiler_free()
2010 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c162 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
340 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
341 if (c.c_future == NULL) in PyAST_CompileObject()
346 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
347 c.c_future->ff_features = merged; in PyAST_CompileObject()
358 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
408 if (c->c_future) in compiler_free()
409 PyObject_Free(c->c_future); in compiler_free()
2006 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3227 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c162 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
340 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
341 if (c.c_future == NULL) in PyAST_CompileObject()
346 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
347 c.c_future->ff_features = merged; in PyAST_CompileObject()
358 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
408 if (c->c_future) in compiler_free()
409 PyObject_Free(c->c_future); in compiler_free()
2006 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3227 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c162 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
340 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
341 if (c.c_future == NULL) in PyAST_CompileObject()
346 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
347 c.c_future->ff_features = merged; in PyAST_CompileObject()
358 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
408 if (c->c_future) in compiler_free()
409 PyObject_Free(c->c_future); in compiler_free()
2006 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3227 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c154 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
324 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
325 if (c.c_future == NULL) in PyAST_CompileObject()
331 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
332 c.c_future->ff_features = merged; in PyAST_CompileObject()
342 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
392 if (c->c_future) in compiler_free()
393 PyObject_Free(c->c_future); in compiler_free()
1744 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
2869 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c162 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
340 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
341 if (c.c_future == NULL) in PyAST_CompileObject()
346 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
347 c.c_future->ff_features = merged; in PyAST_CompileObject()
358 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
408 if (c->c_future) in compiler_free()
409 PyObject_Free(c->c_future); in compiler_free()
2006 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3227 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c162 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
340 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
341 if (c.c_future == NULL) in PyAST_CompileObject()
346 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
347 c.c_future->ff_features = merged; in PyAST_CompileObject()
358 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
408 if (c->c_future) in compiler_free()
409 PyObject_Free(c->c_future); in compiler_free()
2006 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3227 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c161 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
341 c.c_future = PyFuture_FromASTObject(mod, filename); in PyAST_CompileObject()
342 if (c.c_future == NULL) in PyAST_CompileObject()
347 merged = c.c_future->ff_features | flags->cf_flags; in PyAST_CompileObject()
348 c.c_future->ff_features = merged; in PyAST_CompileObject()
363 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
413 if (c->c_future) in compiler_free()
414 PyObject_Free(c->c_future); in compiler_free()
2031 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
3295 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c221 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
426 c.c_future = _PyFuture_FromAST(mod, filename); in _PyAST_Compile()
427 if (c.c_future == NULL) in _PyAST_Compile()
432 merged = c.c_future->ff_features | flags->cf_flags; in _PyAST_Compile()
433 c.c_future->ff_features = merged; in _PyAST_Compile()
447 c.c_st = _PySymtable_Build(mod, filename, c.c_future); in _PyAST_Compile()
467 if (c->c_future) in compiler_free()
468 PyObject_Free(c->c_future); in compiler_free()
2162 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
5411 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c253 PyFutureFeatures *c_future; /* pointer to module's __future__ */ member
451 c.c_future = _PyFuture_FromAST(mod, filename); in _PyAST_Compile()
452 if (c.c_future == NULL) in _PyAST_Compile()
457 merged = c.c_future->ff_features | flags->cf_flags; in _PyAST_Compile()
458 c.c_future->ff_features = merged; in _PyAST_Compile()
472 c.c_st = _PySymtable_Build(mod, filename, c.c_future); in _PyAST_Compile()
492 if (c->c_future) in compiler_free()
493 PyObject_Free(c->c_future); in compiler_free()
2214 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
5527 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()
[all …]
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4199 …<span class="n">PyFutureFeatures</span> <span class="o">*</span><span class="n">c_future</span><sp…
4258 </span> <span class="n">c</span><span class="p">.</span><span class="n">c_future</span> <span cl…
4259 …(</span><span class="n">c</span><span class="p">.</span><span class="n">c_future</span> <span clas…
4264 …</span> <span class="n">c</span><span class="p">.</span><span class="n">c_future</span><span class…
4265 </span> <span class="n">c</span><span class="p">.</span><span class="n">c_future</span><span cla…
4276 …</span> <span class="n">c</span><span class="p">.</span><span class="n">c_future</span><span class…