Lines Matching defs:from
62 /* Test #defines from pyconfig.h (particularly the SIZEOF_* defines).
64 The ones derived from autoconf on the UNIX-like OSes can be relied
479 error function directly, and crawl back from there in the debugger.
1194 // Test that a heap type can be created from a spec that's later deleted
2334 PyObject *from, *to, *to_copy;
2338 &from, &from_start, &how_many)) {
2351 if ((copied = PyUnicode_CopyCharacters(to_copy, to_start, from,
2678 1. timezone with offset and name from PyDateTimeAPI
2679 2. timezone with offset and name from PyTimeZone_FromOffsetAndName
2680 3. timezone with offset (no name) from PyTimeZone_FromOffset
3044 * should be called only from threads spawned by test_thread_state().
3114 * run from any python thread.
3772 /* Test that the fatal error from not having a current thread doesn't
4330 /* Most part of the following code is inherited from the pyfailmalloc project
5215 as we're in the process of entering a yield from chain (see