Lines Matching refs:from
480 /* This function is called from PyOS_AfterFork_Child to destroy all threads
553 Note that because registry may occur from within signal handlers,
568 // bpo-42296: On Windows, _PyEval_SignalReceived() is called from a signal
617 scheduling to be made from any thread, and even from an executing
853 Py_FatalError("Cannot recover from stack overflow.");
986 // Extract a named attribute from the subject, with additional bookkeeping to
1376 // Skip from a PRECALL over a CALL to the next instruction:
1380 /* Get opcode and oparg from original instructions, not quickened form. */
1662 * but can be accessed from a heap allocated object (tstate)
1687 * These are cached values from the frame and code object. */
1695 /* Sets the above local variables from the frame */
1752 * We also check on return from any builtin function.
2075 * If `left` has only two references remaining (one from
2486 "'async for' received an object from __aiter__ "
2533 "from __anext__: %.100s",
3916 /* Total or partial match - update the stack from
3961 PyObject *from = POP(), *locals;
3964 Py_DECREF(from);
3972 Py_DECREF(from);
3975 err = import_all_from(tstate, locals, from);
3977 Py_DECREF(from);
3985 PyObject *from = TOP();
3987 res = import_from(tstate, from, name);
4198 /* This bytecode is used in the `yield from` or `await` loop.
4310 /* and it is used in a 'yield from' expression of a
4315 "cannot 'yield from' a coroutine object "
4687 /* Move ownership of reference from stack to call_shape
4688 * and make sure that NULL is cleared from stack */
4753 // The frame has stolen all the arguments from the stack,
5968 sig = PyUnicode_FromFormat("from %zd to %zd", atleast, co_argcount);
6286 /* Add missing positional arguments (copy default values from defs) */
6317 /* Add missing keyword arguments (copy default values from kwdefs) */
6575 "exceptions must derive from BaseException");
6599 "exception causes must derive from "
6930 /* Trace backward edges (except in 'yield from') or if line number has changed */
7156 /* Convenience function to get a builtin from its name */
7360 /* Extract a slice index from a PyLong or an object with the
7460 import, try to fallback on reading the module directly from
7497 "cannot import name %R from %R (unknown location)",
7507 "cannot import name %R from partially initialized module %R "
7509 "cannot import name %R from %R (%S)";
7539 "from-import-* object has no __dict__ and no __all__");
7612 #define CANNOT_CATCH_MSG "catching classes that do not inherit from "\
7704 * error (percolated from an attempt
7799 "'async with' received an object from __aenter__ "
7805 "'async with' received an object from __aexit__ "